SmallSense__SmalltalkLintService.st
changeset 290 428b0d4e2725
parent 249 8bc64027b189
child 295 ebca485b6bdf
--- a/SmallSense__SmalltalkLintService.st	Tue Oct 07 15:22:01 2014 +0100
+++ b/SmallSense__SmalltalkLintService.st	Tue Oct 14 22:41:06 2014 +0100
@@ -377,6 +377,15 @@
     "Modified: / 07-08-2013 / 00:19:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!SmalltalkLintService methodsFor:'registering'!
+
+unregister
+    super unregister.
+    rulesHolder removeDependent: self.
+
+    "Created: / 14-10-2014 / 22:40:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !SmalltalkLintService class methodsFor:'documentation'!
 
 version_HG