示例#1
0
 def removeActionIcon( self, category, action_id ):
     """ remove ActionIcon and remove cache entry """
     BaseTool.removeActionIcon(self, category, action_id)
     removeAICacheEntry(category, action_id)
 def removeActionIcon(self, category, action_id):
     """ remove ActionIcon and remove cache entry """
     BaseTool.removeActionIcon(self, category, action_id)
     removeAICacheEntry(category, action_id)