diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
commit | e381e98b6c1435da4cfc68cec14e67171441fb68 (patch) | |
tree | 89b3a71cb31222d17546cd12302a30a1c8fbba75 /plugins/PluginUpdater/src/Notifications.cpp | |
parent | d452cf6c37d50d1ea3d603be8d0dbe1111728699 (diff) |
adaptation for hashes.zip
git-svn-id: http://svn.miranda-ng.org/main/trunk@1399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Notifications.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/Notifications.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp index 3955d7100b..0ef119ee9c 100644 --- a/plugins/PluginUpdater/src/Notifications.cpp +++ b/plugins/PluginUpdater/src/Notifications.cpp @@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA. HWND hwndDialog = NULL;
-void unzip(const TCHAR* ptszZipFile, TCHAR* ptszDestPath, TCHAR* ptszBackPath);
-
void PopupAction(HWND hWnd, BYTE action)
{
switch (action)
|