diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-25 05:37:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-25 05:37:01 +0800 |
commit | ae57c2b4273588704f9065b1cd0d445a8cd4a48f (patch) | |
tree | eb78f9b7266623e044d603f6a4d6ddce0ea96297 /embed/mozilla/mozilla-embed-single.cpp | |
parent | dadad030dc244a53b6e275cb5b022ed676eaf51c (diff) | |
download | gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar.gz gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar.bz2 gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar.lz gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar.xz gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.tar.zst gsoc2013-epiphany-ae57c2b4273588704f9065b1cd0d445a8cd4a48f.zip |
Remove code to get the printer list, and fix a compile warning.
2005-07-24 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_open_window):
* embed/ephy-embed-single.h:
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/mozilla-embed-single.cpp:
Remove code to get the printer list, and fix a
compile warning.
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 00d06875a..9d90d0626 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -673,12 +673,6 @@ impl_get_offline_mode (EphyEmbedSingle *shell) } static GList * -impl_get_printer_list (EphyEmbedSingle *shell) -{ - return MozillaPrivate::GetPrinterList (); -} - -static GList * impl_get_font_list (EphyEmbedSingle *shell, const char *langGroup) { @@ -1035,7 +1029,6 @@ ephy_embed_single_iface_init (EphyEmbedSingleIface *iface) iface->get_offline_mode = impl_get_offline_mode; iface->get_font_list = impl_get_font_list; iface->open_window = impl_open_window; - iface->get_printer_list = impl_get_printer_list; } static void |