diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2018-05-04 04:05:50 +0000 |
|---|---|---|
| committer | Geoff Lankow <geoff@darktrojan.net> | 2018-05-04 04:29:07 +0000 |
| commit | 77fc334fc39f4bb390990be4927a8b18588cf594 (patch) | |
| tree | 3715b4f1b1a5aa8c9cff56cc33fce70af763c45c /src/ui/view/edit-widget-interface.h | |
| parent | Merge branch 'master' of gitlab.com:gadic/inkscape (diff) | |
| download | inkscape-77fc334fc39f4bb390990be4927a8b18588cf594.tar.gz inkscape-77fc334fc39f4bb390990be4927a8b18588cf594.zip | |
Add global guide controls to guides panel
Diffstat (limited to 'src/ui/view/edit-widget-interface.h')
| -rw-r--r-- | src/ui/view/edit-widget-interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h index c93b1f0ee..a8f68518f 100644 --- a/src/ui/view/edit-widget-interface.h +++ b/src/ui/view/edit-widget-interface.h @@ -116,9 +116,6 @@ struct EditWidgetInterface /// Toggle CMS on/off and set preference value accordingly virtual void toggleColorProfAdjust() = 0; - /// Toggle lock guides on/off and set namedview value accordingly - virtual void toggleGuidesLock() = 0; - /// Is CMS on/off virtual bool colorProfAdjustEnabled() = 0; |
