summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.h
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2015-05-09 11:41:17 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2015-05-09 11:41:17 +0000
commitae5fc6f7c5d78bca051dcc308d3344c65fb802cb (patch)
tree7a0fd57a344ca0df7c9b1fdd38198b4e0044954b /src/widgets/paint-selector.h
parentmerged trunk (diff)
downloadinkscape-ae5fc6f7c5d78bca051dcc308d3344c65fb802cb.tar.gz
inkscape-ae5fc6f7c5d78bca051dcc308d3344c65fb802cb.zip
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB and MODE_COLOR_CMYK
(bzr r14059.1.22)
Diffstat (limited to 'src/widgets/paint-selector.h')
-rw-r--r--src/widgets/paint-selector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index 55f0e8ec9..23c2dd456 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -50,8 +50,7 @@ struct SPPaintSelector {
MODE_EMPTY,
MODE_MULTIPLE,
MODE_NONE,
- MODE_COLOR_RGB,
- MODE_COLOR_CMYK,
+ MODE_SOLID_COLOR,
MODE_GRADIENT_LINEAR,
MODE_GRADIENT_RADIAL,
#ifdef WITH_MESH