summaryrefslogtreecommitdiffstats
path: root/libdimension-python/Color.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension-python/Color.h')
-rw-r--r--libdimension-python/Color.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libdimension-python/Color.h b/libdimension-python/Color.h
index 1fbf5ed..2749f2f 100644
--- a/libdimension-python/Color.h
+++ b/libdimension-python/Color.h
@@ -18,8 +18,6 @@
* <http://www.gnu.org/licenses/>. *
*************************************************************************/
-#include "dimension-python.h"
-
typedef struct dmnsn_py_Color {
PyObject_HEAD
dmnsn_color c;
@@ -27,7 +25,6 @@ typedef struct dmnsn_py_Color {
extern PyTypeObject dmnsn_py_ColorType;
-bool dmnsn_py_Color_args(dmnsn_color *v, PyObject *args, PyObject *kwds);
bool dmnsn_py_init_ColorType(void);
/* Color constants */