XWorkstation.st
branchdelegated_gc_jv
changeset 6724 a8b5176958d5
parent 6636 2603da69ccf0
child 6725 306fd90ac185
--- a/XWorkstation.st	Wed Dec 10 23:53:02 2014 +0000
+++ b/XWorkstation.st	Fri Dec 26 22:31:20 2014 +0100
@@ -51,7 +51,7 @@
 !
 
 DeviceGraphicsContext subclass:#X11GraphicsContext
-	instanceVariableNames:'useXftFont xftDrawId'
+	instanceVariableNames:'xftDrawId'
 	classVariableNames:''
 	poolDictionaries:''
 	privateIn:XWorkstation