From 21ec8d068f457f222fa170eed296415717716a14 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Fri, 20 Jan 2012 01:25:10 -0500 Subject: Remove unused DECL_PTRSTACK --- sfx2/source/menu/mnumgr.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sfx2/source/menu') diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx index e9d7cf86dc52..8b87238fdbf3 100644 --- a/sfx2/source/menu/mnumgr.cxx +++ b/sfx2/source/menu/mnumgr.cxx @@ -76,7 +76,6 @@ #include #include "thessubmenu.hxx" - static const sal_uInt16 nCompatVersion = 4; static const sal_uInt16 nVersion = 5; @@ -85,12 +84,6 @@ PopupMenu * SfxPopupMenuManager::pStaticThesSubMenu = NULL; using namespace com::sun::star; -//========================================================================= - -DECL_PTRSTACK(SfxMenuCfgItemArrStack, SfxMenuCfgItemArr*, 4, 4 ); - -//------------------------------------------------------------------------- - void TryToHideDisabledEntries_Impl( Menu* pMenu ) { DBG_ASSERT( pMenu, "invalid menu" ); -- cgit