summaryrefslogtreecommitdiff
path: root/src/rootwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rootwindow.cc')
-rw-r--r--src/rootwindow.cc33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/rootwindow.cc b/src/rootwindow.cc
deleted file mode 100644
index 0b7de57d..00000000
--- a/src/rootwindow.cc
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif
-
-#include "rootwindow.hh"
-#include "openbox.hh"
-#include "screen.hh"
-#include "client.hh"
-#include "otk/display.hh"
-
-namespace ob {
-
-OBRootWindow::OBRootWindow(int screen)
- : OBWidget(OBWidget::Type_Root),
- _info(otk::OBDisplay::screenInfo(screen))
-{
- updateDesktopNames();
-
- Openbox::instance->registerHandler(_info->rootWindow(), this);
-}
-
-
-OBRootWindow::~OBRootWindow()
-{
-}
-
-
-
-
-
-}