summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.hh b/src/client.hh
index 4e22e2dc..458fe088 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -22,14 +22,11 @@ extern "C" {
#include "otk/rect.hh"
#include "otk/eventhandler.hh"
#include "widget.hh"
-#include "python.hh"
namespace ob {
class OBFrame;
-extern PyTypeObject OBClient_Type;
-
//! Maintains the state of a client window.
/*!
OBClient maintains the state of a client window. The state consists of the
@@ -43,7 +40,6 @@ extern PyTypeObject OBClient_Type;
change (such as causing a redraw of the titlebar after the title is changed).
*/
class OBClient : public otk::OtkEventHandler, public OBWidget {
- PyObject_HEAD
public:
//! The frame window which decorates around the client window