From 50c627257e5856c44e1a2f2ced3a948496df0cc6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 25 Sep 2014 16:07:20 +0300 Subject: Bin pointless single-line wrappers of Win32 API Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8 --- vcl/inc/win/saldata.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index 409ca3eb13e6..9d9321d4b9ba 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -288,13 +288,6 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ); // Call the Timer's callback from the main thread #define SAL_MSG_TIMER_CALLBACK (WM_USER+162) -// A/W-Wrapper -BOOL ImplPostMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); -BOOL ImplSendMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); -BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax ); -BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg ); -LONG ImplDispatchMessage( CONST MSG *lpMsg ); - inline void SetWindowPtr( HWND hWnd, WinSalFrame* pThis ) { SetWindowLongPtr( hWnd, SAL_FRAME_THIS, (LONG_PTR)pThis ); -- cgit