display.rc
changeset 1241 09e9a9faaef7
parent 1125 709b972d5855
child 1243 1fc6b3f01e48
--- a/display.rc	Tue Jan 24 18:33:50 2012 +0100
+++ b/display.rc	Tue Mar 06 15:16:25 2012 +0100
@@ -320,10 +320,6 @@
 "/            "all those machines at AEG are xterminals"
 "/            displayType := 'xterminal'
 "/        ].
-"/        (display startsWith:'frlx') ifTrue:[
-"/            "all those machines at AEG are linux boxes with olwm"
-"/            displayType := 'linux_olwm'
-"/        ].
 "/
 "/        OperatingSystem getDomainName = 'exept.de' ifTrue:[
 "/            (display startsWith:'clam') ifTrue:[
@@ -408,7 +404,6 @@
 	"/ 'display.rc [info]: reading ''keyboard.rc'' ...' infoPrintCR.
 	Smalltalk fileIn:'keyboard.rc'.
 
-	displayDevice supportsDeepIcons:true.
 	Smalltalk isStandAloneApp ifFalse:[
 	    ('display.rc [info]: ') infoPrint.
 	    (Smalltalk getSystemFileName:('d_' , displayType , '.rc')) isNil ifTrue:[