summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-10-01 15:43:48 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-02-20 15:35:31 +0000
commitccd4fc059942f37fca3d8a962cd098012c1bd618 (patch)
tree90acf6f5d27c66e1dc9674960dce03bcced78f6a /src/desktop.cpp
parentInclude selectors dialog (aka styledialog) into the xml-tree notebook and rem... (diff)
downloadinkscape-ccd4fc059942f37fca3d8a962cd098012c1bd618.tar.gz
inkscape-ccd4fc059942f37fca3d8a962cd098012c1bd618.zip
Remove Tags functionality (replaced by css selectors)
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index dc54ce6c3..ea6ef1bc3 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -2015,7 +2015,6 @@ SPDesktop::show_dialogs()
mapVerbPreference.insert(std::make_pair ("SpellCheck", "/dialogs/spellcheck") );
mapVerbPreference.insert(std::make_pair ("Symbols", "/dialogs/symbols") );
mapVerbPreference.insert(std::make_pair ("ObjectsPanel", "/dialogs/objects") );
- mapVerbPreference.insert(std::make_pair ("TagsPanel", "/dialogs/tags") );
mapVerbPreference.insert(std::make_pair ("Prototype", "/dialogs/prototype") );