mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Remove deprecated and unused Gtk::Tooltips instance in GtkUI class
This commit is contained in:
parent
1ea076f765
commit
a2e9554a37
1 changed files with 1 additions and 6 deletions
|
|
@ -35,9 +35,6 @@
|
|||
|
||||
#include <gtkmm/widget.h>
|
||||
#include <gtkmm/style.h>
|
||||
#ifndef GTK_NEW_TOOLTIP_API
|
||||
#include <gtkmm/tooltips.h>
|
||||
#endif
|
||||
#include <gtkmm/textbuffer.h>
|
||||
#include <gtkmm/main.h>
|
||||
#include <gdkmm/color.h>
|
||||
|
|
@ -183,9 +180,7 @@ class LIBGTKMM2EXT_API UI : public AbstractUI<UIRequest>
|
|||
|
||||
bool _active;
|
||||
Gtk::Main *theMain;
|
||||
#ifndef GTK_NEW_TOOLTIP_API
|
||||
Gtk::Tooltips *tips;
|
||||
#endif
|
||||
|
||||
TextViewer *errors;
|
||||
Glib::RefPtr<Gtk::TextBuffer::Tag> error_ptag;
|
||||
Glib::RefPtr<Gtk::TextBuffer::Tag> error_mtag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue