diff options
Diffstat (limited to 'src/ui/widget/labelled.cpp')
| -rw-r--r-- | src/ui/widget/labelled.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/widget/labelled.cpp b/src/ui/widget/labelled.cpp index a44e69fcb..dfbc01ddd 100644 --- a/src/ui/widget/labelled.cpp +++ b/src/ui/widget/labelled.cpp @@ -74,11 +74,6 @@ Labelled::setTooltipText(const Glib::ustring &tooltip) _widget->set_tooltip_text(tooltip); } -void Labelled::flipIconVertically() -{ - _icon->set(_icon->get_pixbuf()->flip(false)); -} - bool Labelled::on_mnemonic_activate ( bool group_cycling ) { return _widget->mnemonic_activate ( group_cycling ); |
