Skip to content

Commit

Permalink
Runtime Manager, delete OnLaunch(), OnKill(), not referenced from any…
Browse files Browse the repository at this point in the history
…where
  • Loading branch information
kondoh committed Aug 9, 2016
1 parent 1bdf04b commit 79ad5b0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1742,9 +1742,6 @@ def obj_to_cmd_dic_cmd_proc(self, obj):
(cmd, proc) = cmd_dic.get(obj, (None, None))
return (cmd_dic, cmd, proc)

def OnLaunch(self, event):
self.OnLaunch_obj(event.GetEventObject())

def OnLaunch_obj(self, obj):
obj = self.alias_grp_top_obj(obj)
self.alias_sync(obj, v=True)
Expand Down Expand Up @@ -1774,9 +1771,6 @@ def OnLaunch_obj(self, obj):

self.toggle_enable_obj(obj)

def OnKill(self, event):
self.OnKill_kill_obj(event.GetEventObject())

def OnKill_kill_obj(self, kill_obj):
kill_obj = self.alias_grp_top_obj(kill_obj)
self.alias_sync(kill_obj, v=False)
Expand Down

0 comments on commit 79ad5b0

Please sign in to comment.