Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Actions/ActionRegistry.cpp

    r97ebf8 rfa56f0  
    4343}
    4444
    45 void ActionRegistry::unregisterAction(Action* action){
    46   actionMap.erase(action->getName());
    47 }
    48 
    4945std::map<const std::string,Action*>::iterator ActionRegistry::getBeginIter()
    5046{
Note: See TracChangeset for help on using the changeset viewer.