]> Dogcows Code - chaz/openbox/blobdiff - otk_c/rect.c
move the extern OtkRect_Type to the .h
[chaz/openbox] / 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.020026 seconds and 4 git commands to generate.