]> Dogcows Code - chaz/openbox/commitdiff
move the extern OtkRect_Type to the .h
authorDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:59:14 +0000 (14:59 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 14:59:14 +0000 (14:59 +0000)
otk_c/rect.c

index 63911c8f3ca1eb6bccae01eff2ce8286f5dd87b2..086e46a7eb897f47beeee495c0367045f33b1257 100644 (file)
@@ -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);
This page took 0.023284 seconds and 4 git commands to generate.