X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/687706f5e722ac8a39172024f794ae0ffbd190e2..96991c58ed3af415f83cd780d2875b8f0b2255d1:/src/x11/window.cpp diff --git a/src/x11/window.cpp b/src/x11/window.cpp index b8e83b9f02..a76272ca40 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -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;