summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Notifications.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-05-10 08:28:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-05-10 08:28:12 +0000
commit2d5679d79f16628fdc2f4b9f420817b6c3c1c6b1 (patch)
tree3430c100a142e5e5de6b478737004dca58ec1ef6 /plugins/PluginUpdater/src/Notifications.cpp
parentc197e5206839d1fb1378d52d76df5681a80bd1eb (diff)
fix for sharing the same global variable between two modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@9154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Notifications.cpp')
-rw-r--r--plugins/PluginUpdater/src/Notifications.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp
index 0076c923f1..2bbde5976e 100644
--- a/plugins/PluginUpdater/src/Notifications.cpp
+++ b/plugins/PluginUpdater/src/Notifications.cpp
@@ -20,7 +20,6 @@ Boston, MA 02111-1307, USA.
#include "common.h"
HANDLE hPipe = NULL;
-HWND hwndDialog = NULL;
void PopupAction(HWND hWnd, BYTE action)
{