summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h')
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h
deleted file mode 100644
index 1d78dafb1..000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_radioaction.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- gtk/gtkmm/radioaction.h.orig Sat Nov 29 15:35:00 2003
-+++ gtk/gtkmm/radioaction.h Thu Dec 11 01:51:37 2003
-@@ -97,7 +97,6 @@
- static Glib::RefPtr<RadioAction> create(Group& group, const Glib::ustring& name, const Glib::ustring& label = Glib::ustring(), const Glib::ustring& tooltip = Glib::ustring());
- static Glib::RefPtr<RadioAction> create(Group& group, const Glib::ustring& name, const Gtk::StockID& stock_id, const Glib::ustring& label = Glib::ustring(), const Glib::ustring& tooltip = Glib::ustring());
-
-- typedef RadioButtonGroup Group;
-
- Group get_group();
- void set_group(Group& group);