diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-24 19:20:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-24 19:20:17 +0000 |
| commit | 2e273ae3ac020cc6a43c37942089b3eb7d214102 (patch) | |
| tree | c602c3dfac23d6f9aaf414a1129b9579318d8a06 /src/python_client.hh | |
| parent | fe55bb846db1933d8d6f023236298940cab441f8 (diff) | |
removing old python bullshit
Diffstat (limited to 'src/python_client.hh')
| -rw-r--r-- | src/python_client.hh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/python_client.hh b/src/python_client.hh deleted file mode 100644 index 32b0c45b..00000000 --- a/src/python_client.hh +++ /dev/null @@ -1,29 +0,0 @@ -// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __pythonclient_hh -#define __pythonclient_hh - -/*! @file python_client.hh - @brief Python stuff -*/ - -#include "python.hh" -#include "client.hh" - -namespace ob { - -extern "C" { - -typedef struct { - PyObject_HEAD - Window window; - OBClient *client; -} PyClientObject; - -extern PyTypeObject PyClient_Type; - -PyObject *get_client_dict(PyObject* self, PyObject* args); - -} -} - -#endif // __pythonclient_hh |
