class: UIPainterView
authorClaus Gittinger <cg@exept.de>
Thu, 06 Mar 2014 15:43:57 +0100
changeset 3097 766d2055ce4a
parent 3096 e3de9d8ad4ec
child 3098 f806d15778cd
class: UIPainterView class definition removed unused classVar
UIPainterView.st
--- a/UIPainterView.st	Wed Mar 05 23:19:45 2014 +0100
+++ b/UIPainterView.st	Thu Mar 06 15:43:57 2014 +0100
@@ -15,8 +15,7 @@
 	instanceVariableNames:'treeView listHolder superclassName className methodName
 		categoryName handleColorBlack handleColorWhite handleMasterColor
 		sketchPainter listOfAspectsHolder'
-	classVariableNames:'HandCursor RedefineAspectMethods AspectsAsInstances
-		ClipboardContents'
+	classVariableNames:'HandCursor RedefineAspectMethods AspectsAsInstances'
 	poolDictionaries:''
 	category:'Interface-UIPainter'
 !