From 103fe695d5ae6057cd132497c98de0f4cfb14d63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 23 Nov 2012 15:29:12 +0000 Subject: - windows management code became less crazy - unused file removed from project git-svn-id: http://svn.miranda-ng.org/main/trunk@2447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CSList/src/cslist.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/CSList/src/cslist.h') diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/cslist.h index c593f541bc..c09b4f17d0 100644 --- a/plugins/CSList/src/cslist.h +++ b/plugins/CSList/src/cslist.h @@ -377,8 +377,6 @@ struct CSWindow void initIcons(); void deinitIcons(); void initButtons(); - static void __cdecl showWindow( void *arg ); - static void __cdecl closeWindow( void *arg ); void loadWindowPosition(); BOOL toggleButtons(); void toggleEmptyListMessage(); @@ -388,9 +386,7 @@ struct CSWindow void __inline saveWindowPosition( HWND hwnd ) { if ( getByte( "RememberWindowPosition", DEFAULT_REMEMBER_WINDOW_POSITION ) == TRUE ) - { Utils_SaveWindowPosition(hwnd,NULL,__INTERNAL_NAME,"Position"); - } } }; @@ -418,7 +414,6 @@ struct CSAMWindow // service functions INT_PTR __cdecl showList(WPARAM, LPARAM, LPARAM); -void closeList( HWND ); // protocols enumeration related functions void forAllProtocols(pForAllProtosFunc pFunc, void *arg); -- cgit v1.2.3