aboutsummaryrefslogtreecommitdiff
path: root/Editor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Editor.qml')
-rw-r--r--Editor.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Editor.qml b/Editor.qml
index 4abd5fa..aa8bcfc 100644
--- a/Editor.qml
+++ b/Editor.qml
@@ -26,9 +26,6 @@ Rectangle
property bool horizontal: (height < width)
property real scalexy: (horizontal ? (height - margin * 2) / units : (width - margin * 2) / units)
- property int mousex: 0
- property int mousey: 0
-
property int startx: 0
property int starty: 0
property bool down: false