You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/thunder/ctrlm_thunder_plugin.h
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,6 @@ class ctrlm_thunder_plugin_t {
107
107
/**
108
108
* This function is used to get a Thunder Plugin property.
109
109
* @param property The property the user wants to get
110
-
* @param params The WPEFramework JsonObject containing the parameters for the call. (We can't include WPEFramework headers in controlMgr .h files as their logging macros clash)
111
110
* @param response The WPEFramework JsonObject containing the response from the call. (We can't include WPEFramework headers in controlMgr .h files as their logging macros clash)
112
111
* @param retries The number of retries if the call times out.
113
112
* @return True if the call succeeded, otherwise False.
0 commit comments