Remove some leftover code

develop
Anuradha Dissanayake 2013-01-29 21:22:17 +13:00
parent ae8bb7c9f8
commit 056bde451a
1 changed files with 0 additions and 7 deletions

@ -1,5 +1,3 @@
// Auto Material Select
#include <map> #include <map>
#include <string> #include <string>
#include <vector> #include <vector>
@ -80,11 +78,6 @@ struct MaterialDescriptor
} }
}; };
static command_result automaterial_cmd(color_ostream &out, vector <string> & parameters)
{
return CR_OK;
}
DFhackCExport command_result plugin_shutdown ( color_ostream &out ) DFhackCExport command_result plugin_shutdown ( color_ostream &out )
{ {
return CR_OK; return CR_OK;