From 4b443976da29f3ef83b26d4e9df5e6bfe30945d3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 14:59:14 +0000 Subject: [PATCH] move the extern OtkRect_Type to the .h --- otk_c/rect.c | 2 -- 1 file changed, 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); -- 2.45.2