diff options
Diffstat (limited to 'embed/mozilla/EphyUtils.cpp')
-rw-r--r-- | embed/mozilla/EphyUtils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/EphyUtils.cpp b/embed/mozilla/EphyUtils.cpp index d6ad177e7..681f297a5 100644 --- a/embed/mozilla/EphyUtils.cpp +++ b/embed/mozilla/EphyUtils.cpp @@ -259,7 +259,6 @@ EphyUtils::CollatePrintSettings (EmbedPrintInfo *info, * See http://lxr.mozilla.org/seamonkey/source/gfx/src/ps/nsPostScriptObj.cpp#301 and * http://lxr.mozilla.org/seamonkey/source/gfx/src/psshared/nsPaperPS.cpp#46 . */ -#if 0 if (gnome_print_config_get_length (info->config, (const guchar *) GNOME_PRINT_KEY_PAPER_WIDTH, &value, &unit) @@ -275,7 +274,6 @@ EphyUtils::CollatePrintSettings (EmbedPrintInfo *info, { options->SetPaperHeight (value); } -#endif /* Gnome-Print names some papers differently than what moz understands */ static const struct |