mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove unnecessary template methods (replicated in libs/gtkmm2ext/doi.h
This commit is contained in:
parent
195245fdb0
commit
dd29e9b0e9
1 changed files with 0 additions and 10 deletions
|
|
@ -152,16 +152,6 @@ public:
|
|||
|
||||
Gtk::Main& main() const { return *theMain; }
|
||||
|
||||
template<class T> static bool idle_delete (T *obj) { delete obj; return false; }
|
||||
template<class T> static void delete_when_idle (T *obj) {
|
||||
Glib::signal_idle().connect (bind (slot (&UI::idle_delete<T>), obj));
|
||||
}
|
||||
|
||||
template<class T> void delete_in_self (T *obj) {
|
||||
call_slot (boost::bind (&UI::delete_in_self, this, obj));
|
||||
}
|
||||
|
||||
|
||||
/* starting is sent just before we enter the main loop,
|
||||
* stopping just after we return from it (at the top level)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue