- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index c31c181..d0f982e 100644 (file)
@@ -23,8 +23,6 @@ class DeleteNetworkMethod(Method):
 
     returns = Parameter(int, '1 if successful')
    
-    event_type = 'Delete'
-    object_type = 'NetworkMethod'
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])