callcatcher: remove unused SupportsCommandGroup

This commit is contained in:
Caolán McNamara 2011-07-10 00:07:15 +01:00
parent 322220d8cf
commit 5154768e87
2 changed files with 0 additions and 9 deletions

View file

@ -88,7 +88,6 @@ struct IMPL_SfxBaseController_DataContainer ; // impl. struct to hold memb
class SfxViewFrame;
sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID );
sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup );
sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup );
//________________________________________________________________________________________________________

View file

@ -217,14 +217,6 @@ sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup )
return -1;
}
sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup )
{
if (( nCommandGroup >= 0 ) && ( nCommandGroup <= MAX_COMMANDGROUP ))
return sal_True;
else
return sal_False;
}
sal_uInt32 Get10ThSec()
{
sal_uInt32 n10Ticks = 10 * (sal_uInt32)clock();