From 155e6cacd18e996a9096f9e585cc592532dd781b Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 7 Jan 2021 21:29:34 -0600 Subject: [PATCH] Update interface --- OpenRGB/OpenRGBPluginInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRGB/OpenRGBPluginInterface.h b/OpenRGB/OpenRGBPluginInterface.h index 9ee829f..d0a23b0 100644 --- a/OpenRGB/OpenRGBPluginInterface.h +++ b/OpenRGB/OpenRGBPluginInterface.h @@ -24,8 +24,6 @@ struct OpenRGBPluginInfo bool HasCustom; QLabel *PluginLabel; - - std::string SettingName; }; class OpenRGBPluginInterface