- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / DeleteBootState.py
index 4773d60..507fc7b 100644 (file)
@@ -23,8 +23,6 @@ class DeleteBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Delete'
-    object_type = 'BootState'
 
     def call(self, auth, name):
         boot_states = BootStates(self.api, [name])