From 1d54c6203b9a14138a771e5f52689217454a51d2 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Thu, 22 Aug 2019 20:38:05 +0200 Subject: remove HAVE_POTRACE --- src/ui/tools-switch.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ui/tools-switch.cpp') 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_("Drag to measure the dimensions of objects."), N_("Click to set fill, Shift+click to set stroke; drag to average color in area; with Alt to pick inverse color; Ctrl+C to copy the color under mouse to clipboard"), N_("Click and drag between shapes to create a connector."), -#if HAVE_POTRACE N_("Click to paint a bounded area, Shift+click to union the new fill with the current selection, Ctrl+click to change the clicked object's fill and stroke to the current setting."), -#endif N_("Drag to erase."), N_("Choose a subtool from the toolbar"), }; -- cgit v1.2.3