From 357b66eb5bf856d70d7aaab626a158e45197a483 Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 2 Mar 2004 04:27:54 +0000 Subject: [PATCH] Unused variable removed from inline git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/dc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index c3d383c..fd832ef 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -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; } -- 2.7.4