diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-07 19:20:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-07 19:20:03 +0800 |
commit | 7fe4eeb07b6c509f5305a800eec7262f38c225af (patch) | |
tree | ef79b2e8a22150cd142598e4b0010a9d8b4f2839 /embed | |
parent | 734909fe835bc234715f694106cd559eb1581ffa (diff) | |
download | gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar.gz gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar.bz2 gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar.lz gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar.xz gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.tar.zst gsoc2013-epiphany-7fe4eeb07b6c509f5305a800eec7262f38c225af.zip |
Remove unused code.
2005-09-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyUtils.cpp:
Remove unused code.
Diffstat (limited to 'embed')
-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 |