diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-08-22 18:38:05 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-08-22 18:38:05 +0000 |
| commit | 1d54c6203b9a14138a771e5f52689217454a51d2 (patch) | |
| tree | 3aa528140a12474992fd35bf847beae8386875e1 /src/shortcuts.cpp | |
| parent | Panned styling to CSS and XML dialogs (diff) | |
| download | inkscape-1d54c6203b9a14138a771e5f52689217454a51d2.tar.gz inkscape-1d54c6203b9a14138a771e5f52689217454a51d2.zip | |
remove HAVE_POTRACE
Diffstat (limited to 'src/shortcuts.cpp')
| -rw-r--r-- | src/shortcuts.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp index 0332d4d5b..ba32c1753 100644 --- a/src/shortcuts.cpp +++ b/src/shortcuts.cpp @@ -665,12 +665,6 @@ static void read_shortcuts_file(char const *filename, bool const is_user_set) { Inkscape::Verb *verb=Inkscape::Verb::getbyid(verb_name); if (!verb -#if !HAVE_POTRACE - // Squash warning about disabled features - && strcmp(verb_name, "ToolPaintBucket") != 0 - && strcmp(verb_name, "SelectionTrace") != 0 - && strcmp(verb_name, "PaintBucketPrefs") != 0 -#endif #if !HAVE_ASPELL && strcmp(verb_name, "DialogSpellcheck") != 0 #endif |
