From b1b260d7cfabd5630b175ad2d456ae5f3ff835ac Mon Sep 17 00:00:00 2001 From: silas Date: Thu, 7 Jan 2021 12:10:27 -0600 Subject: [PATCH] A bit of cleanup (Remove depreciated entry from PluginInfo Struct) --- OpenRGBPluginInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRGBPluginInterface.h b/OpenRGBPluginInterface.h index 9ee829fe..d0a23b0f 100644 --- a/OpenRGBPluginInterface.h +++ b/OpenRGBPluginInterface.h @@ -24,8 +24,6 @@ struct OpenRGBPluginInfo bool HasCustom; QLabel *PluginLabel; - - std::string SettingName; }; class OpenRGBPluginInterface