X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Feditwindow.h;fp=src%2Feditwindow.h;h=f1518e9a4e27c1bd5fb5ebce24a75caa3128ec6b;hb=1881acb17ed405cdb5aa2cb333a7af77f644a86d;hp=983a96c1e02b636e0340b68f95df5df58294d91c;hpb=f027e22ef9a22ac2f601eac91667f7a721ed084c;p=ttedit diff --git a/src/editwindow.h b/src/editwindow.h old mode 100755 new mode 100644 index 983a96c..f1518e9 --- a/src/editwindow.h +++ b/src/editwindow.h @@ -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;