diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-30 10:56:44 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-30 10:56:44 +0000 |
| commit | 71917528fa6897d596be4260fbb85a9a2ef9fe07 (patch) | |
| tree | 3a2b9aa85879defd51966e846984a1dddc14feeb /src/live_effects/parameter/text.cpp | |
| parent | Make text widget for TextParams work and re-enable it (diff) | |
| download | inkscape-71917528fa6897d596be4260fbb85a9a2ef9fe07.tar.gz inkscape-71917528fa6897d596be4260fbb85a9a2ef9fe07.zip | |
New 'internal' TextParam which doesn't display a widget (useful if the text should not be settable by the user); lpe-ruler uses it now
(bzr r6470)
Diffstat (limited to 'src/live_effects/parameter/text.cpp')
| -rw-r--r-- | src/live_effects/parameter/text.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/live_effects/parameter/text.cpp b/src/live_effects/parameter/text.cpp index bf11192dd..f55dca4d8 100644 --- a/src/live_effects/parameter/text.cpp +++ b/src/live_effects/parameter/text.cpp @@ -36,10 +36,6 @@ TextParam::TextParam( const Glib::ustring& label, const Glib::ustring& tip, sp_canvastext_set_coords (canvas_text, 0, 0); } -TextParam::~TextParam() -{ -} - void TextParam::param_set_default() { |
