--- deliantra/server/server/commands.C 2008/08/29 02:12:25 1.54 +++ deliantra/server/server/commands.C 2008/12/19 22:47:30 1.55 @@ -87,11 +87,6 @@ }; const int CommandsSize = sizeof (Commands) / sizeof (CommArray_s); -CommArray_s CommunicationCommands[] = { - {"printlos", command_printlos, 0.0}, -}; -const int CommunicationCommandSize = sizeof (CommunicationCommands) / sizeof (CommArray_s); - /* * Wizard commands (for both) */ @@ -138,7 +133,6 @@ init_commands (void) { qsort (Commands, CommandsSize, sizeof (CommArray_s), compare_A); - qsort (CommunicationCommands, CommunicationCommandSize, sizeof (CommArray_s), compare_A); qsort (WizCommands, WizCommandsSize, sizeof (CommArray_s), compare_A); }