diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-15 23:57:14 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-15 23:57:14 +0200 |
commit | de66281645cea6073659ff4d9f534a2f403588cc (patch) | |
tree | 1183f1242d8b7be061668e903cd51867b696e438 /metawatch/metawatchpaintengine.h | |
parent | f0052223da8290fb9273c4901f6309e612ea55ff (diff) | |
download | sowatch-de66281645cea6073659ff4d9f534a2f403588cc.tar.gz sowatch-de66281645cea6073659ff4d9f534a2f403588cc.zip |
Moving MetaWatchDigital stuff into its own class
Diffstat (limited to 'metawatch/metawatchpaintengine.h')
-rw-r--r-- | metawatch/metawatchpaintengine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/metawatch/metawatchpaintengine.h b/metawatch/metawatchpaintengine.h index 98e85bb..ec5cf86 100644 --- a/metawatch/metawatchpaintengine.h +++ b/metawatch/metawatchpaintengine.h @@ -25,8 +25,6 @@ public: protected: bool fillsEntireImage(const QRect& rect); - static const QRect totalAreaRect; - MetaWatch* _watch; MetaWatch::Mode _mode; bool _isBrushBlack; |