summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:38:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:38:37 +0000
commit14c363f0bc90872797344312c3cc6ff144c3823b (patch)
treee6408daedaec9ec33fe86d6556325567c72c4597 /gtk2_ardour/about.h
parent6ddcd8f0b9a8c27cdc4b96966c6746a1a8c2dc15 (diff)
remove old paypal cruft from about dialog source, and delete config info window if/when about dialog is deleted
git-svn-id: svn://localhost/ardour2/branches/3.0@6440 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/about.h')
-rw-r--r--gtk2_ardour/about.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/about.h b/gtk2_ardour/about.h
index 80e4618d22..dfd7213aa7 100644
--- a/gtk2_ardour/about.h
+++ b/gtk2_ardour/about.h
@@ -33,12 +33,6 @@ class About : public Gtk::AboutDialog
private:
ConfigInfoDialog* config_info;
void show_config_info ();
-
-#ifdef WITH_PAYMENT_OPTIONS
- Gtk::Image paypal_pixmap;
- Gtk::Button paypal_button;
- void goto_paypal ();
-#endif
};
#endif /* __ardour_gtk_about_h__ */