From 357af8c5a3cf922818ee014a8f2b54a799917eea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 5 Jun 2012 15:39:50 +0000 Subject: removed old PLUGININFO. plugin info cleanup starts git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryLinkListPlus/linklist.c | 2 +- plugins/HistoryLinkListPlus/linklist.h | 1 - plugins/HistoryLinkListPlus/linklist_dlg.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/HistoryLinkListPlus') diff --git a/plugins/HistoryLinkListPlus/linklist.c b/plugins/HistoryLinkListPlus/linklist.c index cd4f59f056..4f32a7a4a9 100644 --- a/plugins/HistoryLinkListPlus/linklist.c +++ b/plugins/HistoryLinkListPlus/linklist.c @@ -260,7 +260,7 @@ static INT_PTR LinkList_Main(WPARAM wParam,LPARAM lParam) { free(dbe.pBlob); RemoveList(listStart); - MessageBox(NULL, TranslateTS("Could not allocate memory!"), TranslateT("Error"), MB_OK | MB_ICONEXCLAMATION); + MessageBox(NULL, TranslateT("Could not allocate memory!"), TranslateT("Error"), MB_OK | MB_ICONEXCLAMATION); return -1; } } diff --git a/plugins/HistoryLinkListPlus/linklist.h b/plugins/HistoryLinkListPlus/linklist.h index 297ee3fd8f..4d56733a7d 100644 --- a/plugins/HistoryLinkListPlus/linklist.h +++ b/plugins/HistoryLinkListPlus/linklist.h @@ -131,7 +131,6 @@ typedef struct{ BOOL WINAPI DllMain(HINSTANCE ,DWORD ,LPVOID ); int __declspec(dllexport) Load(PLUGINLINK*); -__declspec(dllexport) PLUGININFO* MirandaPluginInfo(DWORD); int __declspec(dllexport) Unload(void); static INT_PTR LinkList_Main(WPARAM, LPARAM); int InitOptionsDlg(WPARAM, LPARAM); diff --git a/plugins/HistoryLinkListPlus/linklist_dlg.c b/plugins/HistoryLinkListPlus/linklist_dlg.c index c416e0121a..150e7d7d29 100644 --- a/plugins/HistoryLinkListPlus/linklist_dlg.c +++ b/plugins/HistoryLinkListPlus/linklist_dlg.c @@ -40,7 +40,6 @@ extern HINSTANCE hInst; extern HANDLE hWindowList; -extern PLUGININFO pluginInfo; extern HCURSOR splitCursor; MYCOLOURSET colourSet; -- cgit v1.2.3