diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
commit | 9f5f4958b7a890482997dffef7c9cf4bf95f0ba4 (patch) | |
tree | 9ae68a4427d07302e965b1eed762ed12254d959b /plugins/AVS/src/main.cpp | |
parent | 961841cda97a18f5d0392e8c81c8c9b1650a6572 (diff) |
AVS: contact options dialog -> UI classes
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index f99af3102b..4dacf724bb 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
-HICON g_hIcon = nullptr;
bool g_shutDown = false;
CMPlugin g_plugin;
|