Changeset 9030 in orxonox.OLD for branches/mountain_lake/src/lib
- Timestamp:
- Jul 3, 2006, 12:49:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/shell/shell_command.cc
r8894 r9030 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.