remove duplicated ViewEntityInfo command

This commit is contained in:
Garux
2018-06-10 01:27:49 +03:00
parent ed151906bd
commit 962df6a60e
2 changed files with 1 additions and 7 deletions

View File

@@ -204,8 +204,6 @@ void GroupDialog_updatePageTitle( GtkWidget* page ){
void GroupDialog_Construct(){
GlobalPreferenceSystem().registerPreference( "EntityWnd", WindowPositionTrackerImportStringCaller( g_GroupDlg.m_position_tracker ), WindowPositionTrackerExportStringCaller( g_GroupDlg.m_position_tracker ) );
GlobalCommands_insert( "ViewEntityInfo", FreeCaller<GroupDialog_ToggleShow>(), Accelerator( 'N' ) );
}
void GroupDialog_Destroy(){
}