summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtksalmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/window/gtksalmenu.cxx')
-rw-r--r--vcl/unx/gtk/window/gtksalmenu.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/unx/gtk/window/gtksalmenu.cxx b/vcl/unx/gtk/window/gtksalmenu.cxx
index d63fdd31c16a..203b9b42794d 100644
--- a/vcl/unx/gtk/window/gtksalmenu.cxx
+++ b/vcl/unx/gtk/window/gtksalmenu.cxx
@@ -379,7 +379,6 @@ void GtkSalMenu::UpdateFull()
ImplUpdate( TRUE );
}
-
/*
* GtkSalMenu
*/
@@ -712,7 +711,6 @@ void GtkSalMenu::Activate()
ActivateAllSubmenus(static_cast<MenuBar*>(mpVCLMenu));
}
-
void GtkSalMenu::Deactivate( const gchar* aMenuCommand )
{
if ( !mbMenuBar )
@@ -765,7 +763,6 @@ void GtkSalMenu::ShowItem( unsigned nPos, bool bShow )
( ( GtkSalMenuItem* ) maItems[ nPos ] )->mbVisible = bShow;
}
-
void GtkSalMenu::SetItemText( unsigned, SalMenuItem*, const OUString& )
{
}
@@ -782,8 +779,6 @@ void GtkSalMenu::GetSystemMenuData( SystemMenuData* )
{
}
-
-
/*
* GtkSalMenuItem
*/