summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-11-08 14:05:30 +0000
committertavmjong-free <tavmjong@free.fr>2016-11-08 14:05:30 +0000
commit430533b9a259eb3dac44755306dfb0fddb34951d (patch)
tree95e0798b76202cee71aa0c0b866b0c443eaa66f7 /src/widgets/gradient-selector.h
parent[Bug #1574561] Italian translation update. (diff)
downloadinkscape-430533b9a259eb3dac44755306dfb0fddb34951d.tar.gz
inkscape-430533b9a259eb3dac44755306dfb0fddb34951d.zip
Improve mesh handling in Fill and Stroke dialog.
Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
Diffstat (limited to 'src/widgets/gradient-selector.h')
-rw-r--r--src/widgets/gradient-selector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h
index 6b5d4ca60..e058c5112 100644
--- a/src/widgets/gradient-selector.h
+++ b/src/widgets/gradient-selector.h
@@ -50,9 +50,6 @@ struct SPGradientSelector {
enum SelectorMode {
MODE_LINEAR,
MODE_RADIAL,
-#ifdef WITH_MESH
- MODE_MESH,
-#endif
MODE_SWATCH
};