]> git.saurik.com Git - wxWidgets.git/commitdiff
Unused variable removed from inline
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 2 Mar 2004 04:27:54 +0000 (04:27 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 2 Mar 2004 04:27:54 +0000 (04:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/dc.h

index c3d383cd2a78796baa77bac5370df84d17a0799b..fd832ef9324798925c66d590b37bae40cdcf6c59 100644 (file)
@@ -179,7 +179,6 @@ public:
     HPS             GetHPS(void) const { return m_hPS; }
     void            SetHPS(HPS hPS)
     {
-        HDC                         hDC = ::GpiQueryDevice(hPS);
         m_hPS = hPS;
     }
     const wxBitmap& GetSelectedBitmap(void) const { return m_vSelectedBitmap; }