diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-13 16:18:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:18:27 +0000 |
| commit | 24b5a89a50eecee356918c3a0b3e187e459f2b32 (patch) | |
| tree | b661348786487c48d82c02e1b5d75c527a66a624 /src/live_effects/effect-enum.h | |
| parent | Adding strings to favorites (diff) | |
| download | inkscape-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.h | 11 |
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) { |
