| 122 | } |
| 123 | |
| 124 | static void DeletePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin) |
| 125 | { |
| 126 | OpenRGBDialog2 * this_obj = (OpenRGBDialog2 *)this_ptr; |
| 127 | |
| 128 | this_obj->RemovePlugin(plugin); |
| 129 | } |
| 130 | |
| 131 | static void DetectionEndedCallback(void * this_ptr) |
| 132 | { |
nothing calls this directly
no test coverage detected