]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
Small warning fixes.
[wxWidgets.git] / src / x11 / window.cpp
index b8e83b9f02baa5f6758624fd89ba409a09834490..a76272ca40d3ada711eac133b9be0a736a060c1a 100644 (file)
@@ -873,13 +873,6 @@ void wxWindowX11::DoSetClientSize(int width, int height)
     }
 }
 
-// For implementation purposes - sometimes decorations make the client area
-// smaller
-wxPoint wxWindowX11::GetClientAreaOrigin() const
-{
-    return wxPoint(0, 0);
-}
-
 void wxWindowX11::DoMoveWindow(int x, int y, int width, int height)
 {
     Window xwindow = (Window) m_mainWindow;