From c77015681d34ba29fe32c05c47e2e1de0a9c7364 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 25 Apr 2012 21:21:46 +0200 Subject: Issue with my last commit (bzr r11293) --- src/interface.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/interface.cpp') diff --git a/src/interface.cpp b/src/interface.cpp index d8284cee8..d43662317 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -1651,11 +1651,6 @@ ContextMenu::~ContextMenu(void) { } -void ContextMenu::on_hide() -{ - delete this; -} - Gtk::SeparatorMenuItem* ContextMenu::AddSeparator(void) { Gtk::SeparatorMenuItem* sep = manage(new Gtk::SeparatorMenuItem()); -- cgit v1.2.3