summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
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 ) {