summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-16 08:44:52 +0000
committerDana Jansens <danakj@orodu.net>2003-01-16 08:44:52 +0000
commitd8aff44a6a639de83ba8f0957f9f9f17f2a05532 (patch)
tree43ebc733819c4337599a55eaed7b701a3401d2a7 /src/openbox.hh
parent8b0daa912e72085994cfd804a60ba4113ba27148 (diff)
redo otk::Property. make it static.
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index d53bce0b..c47300b4 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -16,7 +16,6 @@ extern "C" {
#include "otk/display.hh"
#include "otk/screeninfo.hh"
-#include "otk/property.hh"
#include "otk/configuration.hh"
#include "otk/eventdispatcher.hh"
#include "otk/eventhandler.hh"
@@ -108,14 +107,6 @@ private:
//! A list of all the managed screens
ScreenList _screens;
- //! Cached atoms on the display
- /*!
- This is a pointer because the Property class uses otk::Display::display
- in its constructor, so, it needs to be initialized <b>after</b> the display
- is initialized in this class' constructor.
- */
- otk::Property *_property;
-
//! The action interface through which all user-available actions occur
Actions *_actions;
@@ -177,9 +168,6 @@ public:
//! Returns the state of the window manager (starting, exiting, etc)
inline RunState state() const { return _state; }
- //! Returns the otk::Property instance for the window manager
- inline const otk::Property *property() const { return _property; }
-
//! Returns the Actions instance for the window manager
inline Actions *actions() const { return _actions; }