diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-28 17:10:43 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-29 22:44:33 +0000 |
| commit | 0fbdc4d0a07630c390af062d98cbeb7ebc783358 (patch) | |
| tree | 09c082bbf6eefe9fabd7ca20952ae8d5c6770dda /src/ui/tools/text-tool.cpp | |
| parent | Remove unused code (diff) | |
| download | inkscape-0fbdc4d0a07630c390af062d98cbeb7ebc783358.tar.gz inkscape-0fbdc4d0a07630c390af062d98cbeb7ebc783358.zip | |
Comment dead code not used currently
Diffstat (limited to 'src/ui/tools/text-tool.cpp')
| -rw-r--r-- | src/ui/tools/text-tool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/text-tool.cpp b/src/ui/tools/text-tool.cpp index 49df71a4d..380f77666 100644 --- a/src/ui/tools/text-tool.cpp +++ b/src/ui/tools/text-tool.cpp @@ -1445,7 +1445,8 @@ SPCSSAttr *sp_text_get_style_at_cursor(ToolBase const *ec) return true; } -std::vector<SPCSSAttr*> sp_text_get_selected_style(ToolBase const *ec, unsigned *k, int *b, std::vector<unsigned> *positions) +std::vector<SPCSSAttr*> sp_text_get_selected_style(ToolBase const *ec, unsigned *k, int *b, std::vector<unsigned> +*positions) { std::vector<SPCSSAttr*> vec; SPCSSAttr *css, *css_new; |
