]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dc.cpp
regenerated
[wxWidgets.git] / src / gtk1 / dc.cpp
index da0b27c97aacfc682066728f05b7178b1f872bf7..57273f2ba58961ed683df208ebe8a167a467d655 100644 (file)
@@ -69,12 +69,6 @@ void wxDC::DestroyClippingRegion()
 // get DC capabilities
 // ---------------------------------------------------------------------------
 
-void wxDC::DoGetSize( int* width, int* height ) const
-{
-    if (width) *width = m_maxX-m_minX;
-    if (height) *height = m_maxY-m_minY;
-}
-
 void wxDC::DoGetSizeMM( int* width, int* height ) const
 {
     int w = 0;