diff options
| author | Jan Lingscheid <jan.linscheid@auticon.de> | 2017-09-12 07:46:21 +0000 |
|---|---|---|
| committer | Jan Lingscheid <jan.lingscheid@auticon.de> | 2017-09-21 05:46:24 +0000 |
| commit | f3b050c16ac1db287f00ddd542efdb27d3c543fc (patch) | |
| tree | 65864e3dde2f547c1e9e3e67b2ef27f303c6d5ca /src/ui | |
| parent | Remove usage of GString from ui/tools/spiral-tool.cpp (diff) | |
| download | inkscape-f3b050c16ac1db287f00ddd542efdb27d3c543fc.tar.gz inkscape-f3b050c16ac1db287f00ddd542efdb27d3c543fc.zip | |
Remove unused GString in ui/tools/box3d-tool.cpp
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/tools/box3d-tool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/box3d-tool.cpp b/src/ui/tools/box3d-tool.cpp index 410fc3010..69555d6c9 100644 --- a/src/ui/tools/box3d-tool.cpp +++ b/src/ui/tools/box3d-tool.cpp @@ -529,7 +529,6 @@ void Box3dTool::drag(guint /*state*/) { side->setAttribute("style", cur_style.data()); } else { // use default style - GString *pstring = g_string_new(""); Glib::ustring tool_path = Glib::ustring::compose("/tools/shapes/3dbox/%1", box3d_side_axes_string(side)); desktop->applyCurrentOrToolStyle (side, tool_path, false); |
