WinPrinterContext.st
changeset 2339 1926485dda73
parent 2338 d170c690a945
child 2340 7aada47a2ec0
--- a/WinPrinterContext.st	Fri Oct 19 15:47:23 2007 +0200
+++ b/WinPrinterContext.st	Fri Oct 19 15:48:06 2007 +0200
@@ -919,10 +919,6 @@
 
 !WinPrinterContext methodsFor:'accessing'!
 
-bitsPerPixel
-    ^ printerInfo bitsPerPixel ? 8
-!
-
 depth
     ^ 24
 !
@@ -5214,5 +5210,5 @@
 !WinPrinterContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.16 2007-10-19 13:47:23 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.17 2007-10-19 13:48:06 fm Exp $'
 ! !