diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 11:03:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 11:03:30 +0000 |
commit | 5750b26d1a312d0298381de81430a77d96192fb2 (patch) | |
tree | dd3ef1d346df6083c8ab148948a9c01cb000ee57 /plugins/SplashScreen/src | |
parent | cbdcfde4b22d219f5ffe802cb03fb736517cdd72 (diff) |
another portion of unneeded MirandaPluginInterfaces removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src')
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 008aa3b8f7..495d1969dc 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -69,12 +69,6 @@ PLUGININFOEX pluginInfo={ MIID_SPLASHSCREEN
};
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- static const MUUID interfaces[] = {MIID_SPLASHSCREEN, MIID_LAST};
- return interfaces;
-}
-
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
hInst = hinstDLL;
|