diff options
Diffstat (limited to 'src/FbRootWindow.cc')
-rw-r--r-- | src/FbRootWindow.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/FbRootWindow.cc b/src/FbRootWindow.cc index a3e4bc3..7e2b77e 100644 --- a/src/FbRootWindow.cc +++ b/src/FbRootWindow.cc | |||
@@ -60,7 +60,3 @@ FbRootWindow::FbRootWindow(int screen_num): | |||
60 | m_colormap = DefaultColormap(disp, screen_num); | 60 | m_colormap = DefaultColormap(disp, screen_num); |
61 | } | 61 | } |
62 | } | 62 | } |
63 | |||
64 | void FbRootWindow::updateGeometry() { | ||
65 | FbTk::FbWindow::updateGeometry(); | ||
66 | } | ||