projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined
[wxWidgets.git]
/
src
/
motif
/
dc.cpp
diff --git
a/src/motif/dc.cpp
b/src/motif/dc.cpp
index 32ce97426aba08ccb8205ec21c7ed91622f6fd17..187bf9f0184f0d18415fff7bdded3bf33df091c8 100644
(file)
--- a/
src/motif/dc.cpp
+++ b/
src/motif/dc.cpp
@@
-90,11
+90,6
@@
void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei
m_clipY2 = y + height;
}
-void wxDC::DestroyClippingRegion()
-{
- m_clipping = FALSE;
-}
-
void wxDC::DoGetSize( int* width, int* height ) const
{
if ( width )