From 385482e378c64aba3193f45d0bfb660f2a05f200 Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Wed, 1 Feb 2006 07:24:09 +0000 Subject: [PATCH] if 0'ing out the printer init code git-svn-id: svn://10.0.0.236/trunk@188653 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp b/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp index e74b743d45a..ef9ddb51aea 100644 --- a/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp +++ b/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp @@ -542,7 +542,7 @@ NS_IMETHODIMP nsThebesDeviceContext::GetDeviceContextFor(nsIDeviceContextSpec *aDevice, nsIDeviceContext *&aContext) { -#if 1 +#if 0 nsThebesDeviceContext *newDevCon = new nsThebesDeviceContext(); if (newDevCon) {