summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-03-26 17:30:14 +0000
committerMartin Owens <doctormo@gmail.com>2014-03-26 17:30:14 +0000
commitbad6e2e0dd2b5cea8a3f8a56f68d301ded69e768 (patch)
tree8084b8e99dcc8ce73efbfbaf41786e23c8710bd6 /src/interface.cpp
parentfix crash when spelling error is in hidden part of a text on path (diff)
downloadinkscape-bad6e2e0dd2b5cea8a3f8a56f68d301ded69e768.tar.gz
inkscape-bad6e2e0dd2b5cea8a3f8a56f68d301ded69e768.zip
Remove Snap menu item and improve grid menu item text
(bzr r13213)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index bdbedd311..6eb1b6a5a 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -580,9 +580,6 @@ static gboolean checkitem_update(GtkWidget *widget, GdkEventExpose * /*event*/,
else if (!strcmp(action->id, "ToggleGuides")) {
ison = dt->namedview->getGuides();
}
- else if (!strcmp(action->id, "ToggleSnapGlobal")) {
- ison = dt->namedview->getSnapGlobal();
- }
else if (!strcmp(action->id, "ViewCmsToggle")) {
ison = dt->colorProfAdjustEnabled();
}