summaryrefslogtreecommitdiffstats
path: root/src/ui/tools-switch.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-08-22 18:38:05 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-08-22 18:38:05 +0000
commit1d54c6203b9a14138a771e5f52689217454a51d2 (patch)
tree3aa528140a12474992fd35bf847beae8386875e1 /src/ui/tools-switch.cpp
parentPanned styling to CSS and XML dialogs (diff)
downloadinkscape-1d54c6203b9a14138a771e5f52689217454a51d2.tar.gz
inkscape-1d54c6203b9a14138a771e5f52689217454a51d2.zip
remove HAVE_POTRACE
Diffstat (limited to 'src/ui/tools-switch.cpp')
-rw-r--r--src/ui/tools-switch.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/tools-switch.cpp b/src/ui/tools-switch.cpp
index a2ec6cfbe..46695cf28 100644
--- a/src/ui/tools-switch.cpp
+++ b/src/ui/tools-switch.cpp
@@ -37,11 +37,7 @@
#include "ui/tools/connector-tool.h"
#include "ui/tools/dropper-tool.h"
#include "ui/tools/eraser-tool.h"
-
-#if HAVE_POTRACE
#include "ui/tools/flood-tool.h"
-#endif
-
#include "ui/tools/gradient-tool.h"
#include "ui/tools/lpe-tool.h"
#include "ui/tools/measure-tool.h"
@@ -81,9 +77,7 @@ static char const *const tool_names[] = {
"/tools/measure",
"/tools/dropper",
"/tools/connector",
-#if HAVE_POTRACE
"/tools/paintbucket",
-#endif
"/tools/eraser",
"/tools/lpetool",
nullptr
@@ -111,9 +105,7 @@ static char const *const tool_msg[] = {
N_("<b>Drag</b> to measure the dimensions of objects."),
N_("<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to average color in area; with <b>Alt</b> to pick inverse color; <b>Ctrl+C</b> to copy the color under mouse to clipboard"),
N_("<b>Click and drag</b> between shapes to create a connector."),
-#if HAVE_POTRACE
N_("<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new fill with the current selection, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting."),
-#endif
N_("<b>Drag</b> to erase."),
N_("Choose a subtool from the toolbar"),
};