summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/dllmain.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-20 15:52:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-20 15:52:54 +0000
commit1734b8cfe7a559a09302fa2d06cc1779c56ee39a (patch)
treeb9a80e13693b96e7b58ca1adde5fb2848a975807 /plugins/BasicHistory/src/dllmain.cpp
parent6b87156060833f87fb3d372024450a78702adc04 (diff)
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@1992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/dllmain.cpp')
-rw-r--r--plugins/BasicHistory/src/dllmain.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/BasicHistory/src/dllmain.cpp b/plugins/BasicHistory/src/dllmain.cpp
deleted file mode 100644
index ad89773ec8..0000000000
--- a/plugins/BasicHistory/src/dllmain.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// dllmain.cpp : Defines the entry point for the DLL application.
-#include "stdafx.h"
-
-HINSTANCE hInst;
-
-BOOL APIENTRY DllMain( HMODULE hModule,
- DWORD ul_reason_for_call,
- LPVOID lpReserved
- )
-{
- hInst = hModule;
- return TRUE;
-}
-