Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9112 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Jul 4, 2006, 11:29:10 AM (18 years ago)
Author:
bensch
Message:

merged the mountain-lake back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.cc

    r8894 r9112  
    373373    else
    374374    {
    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();
    378378    }
    379379    return this;
Note: See TracChangeset for help on using the changeset viewer.