From 5e6745da63bc715ca8e52ad859971ac669226951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 27 Mar 2018 16:45:22 -0300 Subject: Minor cleanup of warnings. No functional change. --- src/inkscape.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inkscape.cpp') 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 ) { -- cgit v1.2.3