From 02dc946236de7465998c59892f3629d009eaea17 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 19:01:53 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I499e5832999fd54b44774877da2ec3838d21ce75 --- sfx2/source/view/sfxbasecontroller.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index a119281a43af..31dfd3d296bb 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -108,9 +108,6 @@ struct GroupIDToCommandGroup sal_Int16 nCommandGroup; }; -// Please update when a new command group is added -const sal_Int16 MAX_COMMANDGROUP = frame::CommandGroup::CONTROLS; - static bool bGroupIDMapInitialized = false; static const GroupIDToCommandGroup GroupIDCommandGroupMap[] = { -- cgit