From ea8a2ad9a26c4d582a03bbb77fdc0f075320756a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 12 Mar 2012 15:05:23 +0100 Subject: [PATCH] Remove references to never implemented commands... --- library/Core.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/Core.cpp b/library/Core.cpp index c250e98c1..5c81b1030 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -230,7 +230,6 @@ static void runInteractiveCommand(Core *core, PluginManager *plug_mgr, int &clue " die - Force DF to close immediately\n" " keybinding - Modify bindings of commands to keys\n" "Plugin management (useful for developers):\n" - //" belongs COMMAND - Tell which plugin a command belongs to.\n" " plug [PLUGIN|v] - List plugin state and description.\n" " load PLUGIN|all - Load a plugin by name or load all possible plugins.\n" " unload PLUGIN|all - Unload a plugin or all loaded plugins.\n" @@ -373,7 +372,6 @@ static void runInteractiveCommand(Core *core, PluginManager *plug_mgr, int &clue " fpause - Force DF to pause.\n" " die - Force DF to close immediately\n" " keybinding - Modify bindings of commands to keys\n" - " belongs COMMAND - Tell which plugin a command belongs to.\n" " plug [PLUGIN|v] - List plugin state and detailed description.\n" " load PLUGIN|all - Load a plugin by name or load all possible plugins.\n" " unload PLUGIN|all - Unload a plugin or all loaded plugins.\n"