if 0'ing out the printer init code

git-svn-id: svn://10.0.0.236/trunk@188653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%pavlov.net
2006-02-01 07:24:09 +00:00
parent 8d359ea00c
commit 385482e378

View File

@@ -542,7 +542,7 @@ NS_IMETHODIMP
nsThebesDeviceContext::GetDeviceContextFor(nsIDeviceContextSpec *aDevice,
nsIDeviceContext *&aContext)
{
#if 1
#if 0
nsThebesDeviceContext *newDevCon = new nsThebesDeviceContext();
if (newDevCon) {