diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-25 16:07:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-25 20:05:25 +0300 |
commit | 50c627257e5856c44e1a2f2ced3a948496df0cc6 (patch) | |
tree | dbc4cfbee50831dd35e00ecb42f992f83e5500f4 /vcl/inc | |
parent | c40a8f6c0466f609e49ad1bd4b9da339552d18dc (diff) |
Bin pointless single-line wrappers of Win32 API
Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
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 ); |