From 6a26fa643d13e46319bc96ede55bfd7581bff239 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sat, 10 Aug 2019 23:31:37 +0200 Subject: Templates: Remove unused "long_description" ("inkscape:_long" tag) Probably fine to bring back, but it needs proper documentation. --- src/ui/dialog/template-widget.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/dialog/template-widget.cpp') diff --git a/src/ui/dialog/template-widget.cpp b/src/ui/dialog/template-widget.cpp index be94b79c0..a60443f47 100644 --- a/src/ui/dialog/template-widget.cpp +++ b/src/ui/dialog/template-widget.cpp @@ -124,8 +124,6 @@ void TemplateWidget::_displayTemplateDetails() if (_current_template.path != "") message += _("Path: ") + _current_template.path + "\n\n"; - if (_current_template.long_description != "") - message += _("Description: ") + _current_template.long_description + "\n\n"; if (!_current_template.keywords.empty()){ message += _("Keywords: "); for (const auto & keyword : _current_template.keywords) -- cgit v1.2.3