diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 19:45:22 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 19:46:35 +0000 |
| commit | 5e6745da63bc715ca8e52ad859971ac669226951 (patch) | |
| tree | 589ff8f175d0689cfae7c7cc29a8698a68a62587 /src/inkscape.cpp | |
| parent | move FTFixedToDouble / FTDoubleToFixed to a common header (diff) | |
| download | inkscape-5e6745da63bc715ca8e52ad859971ac669226951.tar.gz inkscape-5e6745da63bc715ca8e52ad859971ac669226951.zip | |
Minor cleanup of warnings. No functional change.
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 996f72420..52072de0b 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -766,8 +766,6 @@ bool Application::load_menus() { using namespace Inkscape::IO::Resource; Glib::ustring filename = get_filename(UIS, MENUS_FILE); - gchar *menus_xml = 0; - gsize len = 0; _menus = sp_repr_read_file(filename.c_str(), NULL); if ( !_menus ) { |
