diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-28 18:44:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-28 18:44:24 +0300 |
commit | 2cf63b38b3ddc616a18847a29ab36790138a168a (patch) | |
tree | cd108e21f71cb5f6626b1b788e70a419852a5d3d /plugins/Scriver/src/stdafx.h | |
parent | 1ab93d3afabe3a5872040b5acafc9f113c196a2b (diff) |
more unneeded code removed
Diffstat (limited to 'plugins/Scriver/src/stdafx.h')
-rw-r--r-- | plugins/Scriver/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index 09d0124a84..7100a13efb 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -87,7 +87,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define CFM_WEIGHT 0x00400000
#endif
-extern HWND SM_FindWindowByContact(MCONTACT hContact);
extern HINSTANCE g_hInst;
extern HCURSOR hDragCursor;
extern ITaskbarList3 *pTaskbarInterface;
|