summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-24 19:20:17 +0000
committerDana Jansens <danakj@orodu.net>2002-12-24 19:20:17 +0000
commit2e273ae3ac020cc6a43c37942089b3eb7d214102 (patch)
treec602c3dfac23d6f9aaf414a1129b9579318d8a06 /src/python.hh
parentfe55bb846db1933d8d6f023236298940cab441f8 (diff)
removing old python bullshit
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/python.hh b/src/python.hh
deleted file mode 100644
index 61272a81..00000000
--- a/src/python.hh
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifndef __python_hh
-#define __python_hh
-
-/*! @file python.hh
- @brief Python stuff
-*/
-
-#include <python2.2/Python.h>
-
-namespace ob {
-
-extern "C" {
-
-void initopenbox();
-
-}
-}
-
-#endif // __python_hh