From 64d4659e32867f30f2dfa71c21778a834894ffca Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 23 Mar 2012 22:30:43 +0900 Subject: Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with Entry to fix build error with gtkmm2.4 (bzr r11119) --- src/ui/widget/entry.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ui/widget/entry.cpp') diff --git a/src/ui/widget/entry.cpp b/src/ui/widget/entry.cpp index 08617433c..173e014d9 100644 --- a/src/ui/widget/entry.cpp +++ b/src/ui/widget/entry.cpp @@ -25,14 +25,6 @@ Entry::Entry( Glib::ustring const &label, Glib::ustring const &tooltip, { } -ComboBoxText::ComboBoxText( Glib::ustring const &label, Glib::ustring const &tooltip, - Glib::ustring const &suffix, - Glib::ustring const &icon, - bool mnemonic) - : Labelled(label, tooltip, new Gtk::ComboBoxText(true), suffix, icon, mnemonic) -{ -} - } // namespace Widget } // namespace UI } // namespace Inkscape -- cgit v1.2.3