summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-02-13 16:18:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-02-18 21:18:27 +0000
commit24b5a89a50eecee356918c3a0b3e187e459f2b32 (patch)
treeb661348786487c48d82c02e1b5d75c527a66a624 /src/live_effects/effect-enum.h
parentAdding strings to favorites (diff)
downloadinkscape-24b5a89a50eecee356918c3a0b3e187e459f2b32.tar.gz
inkscape-24b5a89a50eecee356918c3a0b3e187e459f2b32.zip
Add descriptions
Diffstat (limited to 'src/live_effects/effect-enum.h')
-rw-r--r--src/live_effects/effect-enum.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h
index 2939766fd..79fd327e4 100644
--- a/src/live_effects/effect-enum.h
+++ b/src/live_effects/effect-enum.h
@@ -85,7 +85,6 @@ struct EnumEffectData {
const bool on_path;
const bool on_shape;
const bool on_group;
- const bool on_use;
const bool on_image;
const bool on_text;
const bool experimental;
@@ -229,16 +228,6 @@ class EnumEffectDataConverter {
return false;
}
- const bool get_on_use(const E id) const
- {
- for (unsigned int i = 0; i < _length; ++i) {
- if (_data[i].id == id)
- return _data[i].use;
- }
-
- return false;
- }
-
const bool get_experimental(const E id) const
{
for (unsigned int i = 0; i < _length; ++i) {