summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-22 08:49:59 +0000
committerDana Jansens <danakj@orodu.net>2002-12-22 08:49:59 +0000
commit3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc (patch)
tree4a053082cbb6f8ad826c49a378017dbfb2c976d2 /src/client.hh
parent065c6efa774ac144665f340f6c3578ab74e05c7b (diff)
remove python from our c++ objects. going to try out swig
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