diff options
Diffstat (limited to 'vcl/unx/gtk/app/gtkinst.cxx')
-rw-r--r-- | vcl/unx/gtk/app/gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx index 8db4066f2aeb..497ff6ec2d68 100644 --- a/vcl/unx/gtk/app/gtkinst.cxx +++ b/vcl/unx/gtk/app/gtkinst.cxx @@ -535,7 +535,7 @@ void GtkInstance::DestroyMenuItem( SalMenuItem* pItem ) { (void)pItem; // delete pItem; - OSL_ENSURE( pItem == 0, "DestroyMenu called with non-native menus" ); +// OSL_ENSURE( pItem == 0, "DestroyMenu called with non-native menus" ); } SalTimer* GtkInstance::CreateSalTimer() |