diff options
| author | Robert Heinrich | 2012-03-29 17:20:25 +0200 |
|---|---|---|
| committer | Robert Heinrich | 2012-03-29 17:20:25 +0200 |
| commit | 836d8de73e84dc8cf69307218478d8639e26f469 (patch) | |
| tree | 36a3fc1d602db03610abb612a8b8df4a185cbade /plugins/changeitem.cpp | |
| parent | e249ef1377ba99388ac967a4f76dda4b863d50be (diff) | |
| download | dfhack-836d8de73e84dc8cf69307218478d8639e26f469.tar.gz dfhack-836d8de73e84dc8cf69307218478d8639e26f469.tar.bz2 dfhack-836d8de73e84dc8cf69307218478d8639e26f469.tar.xz | |
minor: commands.clear() is not needed in plugin_init() anymore. (done by pluginManager now)
removed some useless comments
Diffstat (limited to 'plugins/changeitem.cpp')
| -rw-r--r-- | plugins/changeitem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/changeitem.cpp b/plugins/changeitem.cpp index dae0d4a6..b7dd17a0 100644 --- a/plugins/changeitem.cpp +++ b/plugins/changeitem.cpp @@ -61,7 +61,6 @@ const string changeitem_help = DFhackCExport command_result plugin_init ( color_ostream &out, vector <PluginCommand> &commands) { - //commands.clear(); commands.push_back(PluginCommand( "changeitem", "Change item attributes (material, quality).", df_changeitem, false, |
