]> Shamusworld >> Repos - ttedit/blobdiff - src/editwindow.h
Fix zoom to zoom in/out from the center.
[ttedit] / src / editwindow.h
old mode 100755 (executable)
new mode 100644 (file)
index 983a96c..f1518e9
@@ -41,8 +41,6 @@ class EditWindow: public QWidget
        public:
                QImage image;
                Vector pt, ptOffset, ptPrevious;
-               double scale;                                           // Window scaling factor
-               int32_t offsetX, offsetY;                       // Window offsets
                ToolType tool;                                          // Current tool
                GlyphPoints pts;                                        // Glyph point structure
                int32_t ptHighlight, oldPtHighlight, ptNextHighlight, oldPtNextHighlight;