removed unused wxDirToWinStyle() (part of patch 1159289)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-08 20:11:06 +00:00
parent 8e27732a43
commit 04bea5f8fd

View File

@@ -782,12 +782,6 @@ void wxWindowMSW::WarpPointer (int x, int y)
// scrolling stuff
// ---------------------------------------------------------------------------
// convert wxHORIZONTAL/wxVERTICAL to SB_HORZ/SB_VERT
static inline int wxDirToWinStyle(int orient)
{
return orient == wxHORIZONTAL ? SB_HORZ : SB_VERT;
}
inline int GetScrollPosition(HWND hWnd, int wOrient)
{
#ifdef __WXMICROWIN__