From: Stefan Neis Date: Wed, 4 Jan 2006 23:05:18 +0000 (+0000) Subject: Minor cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/224021239085a3c1d71fc865c14ee45e1adc87f2?ds=inline Minor cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index e77b4681b7..806839fdc9 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -57,10 +57,6 @@ extern wxList WXDLLEXPORT wxPendingDelete; extern wxMenu *wxCurrentPopupMenu; #endif -extern void wxAssociateWinWithHandle( HWND hWnd - ,wxWindowOS2* pWin - ); - // ---------------------------------------------------------------------------- // event tables // ---------------------------------------------------------------------------- @@ -566,7 +562,7 @@ bool wxFrame::ShowFullScreen( bool bShow, long lStyle ) ::WinQueryWindowRect(HWND_DESKTOP, &vRect); nWidth = vRect.xRight - vRect.xLeft; // - // Rmember OS/2 is backwards! + // Remember OS/2 is backwards! // nHeight = vRect.yTop - vRect.yBottom;