summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 14:59:14 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 14:59:14 +0000
commit4b443976da29f3ef83b26d4e9df5e6bfe30945d3 (patch)
treeddfb5719525c7f04869b48fef5bd7dfc34b85d61
parentfed74a940e39350f98cf94c36bd24935870af58d (diff)
move the extern OtkRect_Type to the .h
-rw-r--r--otk_c/rect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/otk_c/rect.c b/otk_c/rect.c
index 63911c8f..086e46a7 100644
--- a/otk_c/rect.c
+++ b/otk_c/rect.c
@@ -3,8 +3,6 @@
#include "../config.h"
#include "rect.h"
-extern PyTypeObject OtkRect_Type;
-
PyObject *OtkRect_New(int x, int y, int width, int height)
{
OtkRect* self = PyObject_New(OtkRect, &OtkRect_Type);