X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk_c%2Frect.c;h=086e46a7eb897f47beeee495c0367045f33b1257;hb=231f4dadabd532183317188c1a0e8ffe87dc579b;hp=63911c8f3ca1eb6bccae01eff2ce8286f5dd87b2;hpb=2ab939a205815899da2476273e2f62c9c0b668cf;p=chaz%2Fopenbox 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);