summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-10-14 08:29:17 +0000
committertavmjong-free <tavmjong@free.fr>2016-10-14 08:29:17 +0000
commitea3f057b0be27b7df2842593d07e65bdac9b9dfa (patch)
treed6e202c6c6115001483d98a65e837f84e8cbd7d9 /src
parentBetter handling of mesh gradients in Paint Selector dialog. (diff)
downloadinkscape-ea3f057b0be27b7df2842593d07e65bdac9b9dfa.tar.gz
inkscape-ea3f057b0be27b7df2842593d07e65bdac9b9dfa.zip
Remove unused/undefined function.
(bzr r15166)
Diffstat (limited to 'src')
-rw-r--r--src/sp-gradient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 51ba3090c..9a0d5070f 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -172,9 +172,6 @@ public:
/** Forces array (mesh) to be built, if not present (i.e. changed) */
void ensureArray();
- /** Ensures that color array is populated */
- void ensureColors();
-
/**
* Set spread property of gradient and emit modified.
*/