]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Rendering for Line, Circle, and Arc work.
[architektonas] / src / painter.h
index 178b7dbca605ad772f7b9d9c2f2ffe792c09e2e1..af591b8e0d59740513151dfe1c232b112ef20644 100644 (file)
@@ -41,9 +41,9 @@ class Painter
 
        public:
                // Class variables
-               static Vector origin;           // The window origin, not location of the origin
-               static double zoom;                     // Window zoom factor
-               static Vector screenSize;       // Width & height of the window we're drawing on
+//             static Vector origin;           // The window origin, not location of the origin
+//             static double zoom;                     // Window zoom factor
+//             static Vector screenSize;       // Width & height of the window we're drawing on
 
        private:
                QPainter * painter;