summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/selected-style.cpp4
-rw-r--r--src/ui/widget/selected-style.h3
2 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index 3a6b0c7df..000fdee4b 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -1439,9 +1439,7 @@ RotateableStrokeWidth::RotateableStrokeWidth(SelectedStyle *parent) :
parent(parent),
startvalue(0),
startvalue_set(false),
- undokey("swrot1"),
- cr(0),
- cr_set(false)
+ undokey("swrot1")
{
}
diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h
index 21e5575ed..9557a8d74 100644
--- a/src/ui/widget/selected-style.h
+++ b/src/ui/widget/selected-style.h
@@ -115,9 +115,6 @@ private:
bool startvalue_set;
gchar const *undokey;
-
- GdkCursor *cr;
- bool cr_set;
};
/**