CheckBox.st
changeset 6101 ed8626f56676
parent 5953 06df6c8cfa0e
child 6194 29981ae53019
--- a/CheckBox.st	Wed Jul 31 17:33:48 2019 +0200
+++ b/CheckBox.st	Wed Jul 31 17:38:09 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -875,11 +873,6 @@
 
 !CheckBox methodsFor:'native widget support'!
 
-beNativeWidget
-    super beNativeWidget.
-"/    self makeElementsInvisible.
-!
-
 makeElementsInvisible
     "when using native widget, my toggle is not visible.
      (it is not destroyed, to keep a place for its attributes,