From 1bf306d4d93cc21c220a3f31835023e49e84dd2d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 22 May 2011 14:22:07 -0600 Subject: Add cameras, objects, and spheres to Python module. --- libdimension-python/Canvas.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libdimension-python/Canvas.h') diff --git a/libdimension-python/Canvas.h b/libdimension-python/Canvas.h index 53d09c1..0714e53 100644 --- a/libdimension-python/Canvas.h +++ b/libdimension-python/Canvas.h @@ -18,8 +18,6 @@ * . * *************************************************************************/ -#include "dimension-python.h" - typedef struct dmnsn_py_Canvas { PyObject_HEAD dmnsn_canvas *canvas; -- cgit v1.2.3