summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-05 22:55:57 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-05 22:55:57 +0000
commite649a1d9cd29f39b2d1cf343cec97ccebce9cf08 (patch)
treeecd97a46bd8a11da9941374d93eb1c32240394a6 /src/desktop.h
parentupdate to trunk (diff)
downloadinkscape-e649a1d9cd29f39b2d1cf343cec97ccebce9cf08.tar.gz
inkscape-e649a1d9cd29f39b2d1cf343cec97ccebce9cf08.zip
Changed from Desktop to namedview to handle multiples documents
(bzr r14500.1.8)
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 6d3b96223..754e09766 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -386,7 +386,6 @@ public:
void toggleColorProfAdjust();
bool colorProfAdjustEnabled();
- void toggleGuidesLock();
void toggleGrids();
void toggleSnapGlobal();
bool gridsEnabled() const { return grids_visible; };