diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 00:07:54 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 00:07:54 +0000 |
| commit | c0ae0bee37a04c6e79dbe0de00f173c80917ffbe (patch) | |
| tree | 175bfaf44d18be4d17ebd3803cb0ec7314c2e37e /src/ui/widget/button.h | |
| parent | add buttons for node adding at extrema (diff) | |
| download | inkscape-c0ae0bee37a04c6e79dbe0de00f173c80917ffbe.tar.gz inkscape-c0ae0bee37a04c6e79dbe0de00f173c80917ffbe.zip | |
Cleanup GSEAL issues and deprecated GtkTooltips
(bzr r10826)
Diffstat (limited to 'src/ui/widget/button.h')
| -rw-r--r-- | src/ui/widget/button.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/widget/button.h b/src/ui/widget/button.h index 1ed88a2da..8dc9d73cb 100644 --- a/src/ui/widget/button.h +++ b/src/ui/widget/button.h @@ -26,8 +26,6 @@ class Button : public Gtk::Button public: Button(); Button(Glib::ustring const &label, Glib::ustring const &tooltip); -protected: - Gtk::Tooltips _tooltips; }; /** @@ -38,8 +36,6 @@ class CheckButton : public Gtk::CheckButton public: CheckButton(); CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip); -protected: - Gtk::Tooltips _tooltips; }; } // namespace Widget |
