Changeset 9112 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Jul 4, 2006, 11:29:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r8894 r9112 373 373 else 374 374 { 375 if(this->completors[parameter] == NULL)376 //delete this->completors[parameter];377 this->completors[parameter] = completorPlugin.clone(); 375 // if(this->completors[parameter] == NULL) 376 // delete this->completors[parameter]; 377 // this->completors[parameter] = completorPlugin.clone(); 378 378 } 379 379 return this;
Note: See TracChangeset
for help on using the changeset viewer.