diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:34:15 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:34:15 +0100 |
commit | 09c7f2c935849bd0dd3c6c86c4c6e2a0d2384bd9 (patch) | |
tree | 6d778728bc99577303262f4a974dc74b4dc36d47 /plugins | |
parent | 15c2ff2d549fad936789ea29455d3ae8ef665c59 (diff) |
Remove unused var
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hextray/utility.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/hextray/utility.cpp b/plugins/hextray/utility.cpp index 30222602..f2ad2e60 100644 --- a/plugins/hextray/utility.cpp +++ b/plugins/hextray/utility.cpp @@ -27,7 +27,6 @@ #include "callbacks.h" #include "resource.h" -TCHAR BACKUP_INI_FILE[] = _T(".\\plugins\\config\\addon_hextray.conf"); struct HOTKEY g_hHotKey; /* we need to convert ALT and SHIFT modifiers |