diff options
Diffstat (limited to 'plugins/Sessions/Src/Sessions.h')
-rw-r--r-- | plugins/Sessions/Src/Sessions.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Sessions/Src/Sessions.h b/plugins/Sessions/Src/Sessions.h index 11883cae42..f775892dea 100644 --- a/plugins/Sessions/Src/Sessions.h +++ b/plugins/Sessions/Src/Sessions.h @@ -46,8 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "Version.h"
#include "Resource.h"
-extern HANDLE hibChecked;
-extern HANDLE hibNotChecked;
+extern IconItem iconList[];
#define MIIM_STRING 0x00000040
@@ -75,7 +74,6 @@ extern BOOL g_bIncompletedSave; #define TIMERID_SHOW 11
#define TIMERID_REBUILDAFTER 14
-
#define SESSIONS_NAME "sessions"
|