From 3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Dec 2002 08:49:59 +0000 Subject: remove python from our c++ objects. going to try out swig --- src/client.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client.hh') 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 -- cgit v1.2.3