mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
b=90751 Took out changes.. did not work on the Mac OSX/Darwin build.
This commit is contained in:
parent
0d8b2b55e5
commit
44165a3e60
@ -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<nsILocalFile> mozFile;
|
||||
nsCOMPtr<nsIProperties> directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID));
|
||||
@ -351,7 +352,7 @@ FSSpec spec;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user