summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/dllmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PasteIt/dllmain.cpp')
-rw-r--r--plugins/PasteIt/dllmain.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/PasteIt/dllmain.cpp b/plugins/PasteIt/dllmain.cpp
deleted file mode 100644
index ad89773ec8..0000000000
--- a/plugins/PasteIt/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;
-}
-