X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53ce655c5bc20f066714ef50e01871a2cb2bc3fc..6926b9c403f8d1917af007042a333b2a04d8b35c:/src/motif/window.cpp diff --git a/src/motif/window.cpp b/src/motif/window.cpp index aa4453bd4f..feda98f8ec 100644 --- a/src/motif/window.cpp +++ b/src/motif/window.cpp @@ -1372,13 +1372,6 @@ void wxWindow::DoSetClientSize(int width, int height) XtVaSetValues(widget, XmNheight, height, NULL); } -// For implementation purposes - sometimes decorations make the client area -// smaller -wxPoint wxWindow::GetClientAreaOrigin() const -{ - return wxPoint(0, 0); -} - void wxWindow::DoMoveWindowIntr(int xx, int yy, int w, int h, int flags) {