projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed warnings after GetFont prototype change
[wxWidgets.git]
/
include
/
wx
/
os2
/
dc.h
diff --git
a/include/wx/os2/dc.h
b/include/wx/os2/dc.h
index c3d383cd2a78796baa77bac5370df84d17a0799b..fd832ef9324798925c66d590b37bae40cdcf6c59 100644
(file)
--- 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; }