DeviceWorkstation.st
changeset 6360 07d7b8ee964c
parent 6359 f7d12db975f8
child 6374 06b8cfd4275a
--- a/DeviceWorkstation.st	Thu Mar 27 21:58:48 2014 +0100
+++ b/DeviceWorkstation.st	Thu Mar 27 21:59:17 2014 +0100
@@ -7365,10 +7365,6 @@
 
 !DeviceWorkstation methodsFor:'queries'!
 
-isWindows
-    ^ self platformName = 'WIN32'
-!
-
 isWindowsPlatform
     ^ false
 !
@@ -8328,11 +8324,11 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.610 2014-03-27 20:58:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.611 2014-03-27 20:59:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.610 2014-03-27 20:58:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.611 2014-03-27 20:59:17 cg Exp $'
 ! !