#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 2017 22:17:51 +0100
changeset 8217 ed76c62a1bd2
parent 8216 5e3ca2c2a0c5
child 8218 3ac6ec1931da
#REFACTORING by cg class: SimpleView moved: #uuid #uuid:
SimpleView.st
--- a/SimpleView.st	Thu Nov 09 22:17:36 2017 +0100
+++ b/SimpleView.st	Thu Nov 09 22:17:51 2017 +0100
@@ -4178,18 +4178,6 @@
     styleSheet := aStyleSheet.
 !
 
-uuid
-    "return my uuid (for the pollonium st/x capture/replay tool)"
-
-    ^ uuid
-!
-
-uuid:aUUID
-    "set my uuid (for the pollonium st/x capture/replay tool)"
-
-    uuid := aUUID
-!
-
 viewGravity
     "return the viewGravity - that's the direction where the view will move
      when the superView is resized."