From 44165a3e60d25cbfaecd86d5ded98632e6ec78ab Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Fri, 19 Apr 2002 14:31:26 +0000 Subject: [PATCH] b=90751 Took out changes.. did not work on the Mac OSX/Darwin build. --- gfx/src/mac/nsDeviceContextSpecX.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/src/mac/nsDeviceContextSpecX.cpp b/gfx/src/mac/nsDeviceContextSpecX.cpp index 8af6acac8bd3..fda1b2973cc1 100644 --- a/gfx/src/mac/nsDeviceContextSpecX.cpp +++ b/gfx/src/mac/nsDeviceContextSpecX.cpp @@ -312,6 +312,7 @@ LoadPrinterPlugin() Boolean result=false; FSSpec spec; +#ifndef XP_MACOSX // get the relative path for the essential files folder.. then load the printer plugin nsCOMPtr mozFile; nsCOMPtr directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID)); @@ -351,7 +352,7 @@ FSSpec spec; } } - +#endif return result; }