aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-25 05:37:01 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-25 05:37:01 +0800
commitae57c2b4273588704f9065b1cd0d445a8cd4a48f (patch)
treeeb78f9b7266623e044d603f6a4d6ddce0ea96297 /embed/ephy-embed-single.c
parentdadad030dc244a53b6e275cb5b022ed676eaf51c (diff)
downloadgsoc2013-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/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index e80a6bfdb..8fb7141ed 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -304,10 +304,3 @@ ephy_embed_single_open_window (EphyEmbedSingle *single,
EphyEmbedSingleIface *iface = EPHY_EMBED_SINGLE_GET_IFACE (single);
return iface->open_window (single, parent, address, name, features);
}
-
-GList *
-ephy_embed_single_get_printer_list (EphyEmbedSingle *single)
-{
- EphyEmbedSingleIface *iface = EPHY_EMBED_SINGLE_GET_IFACE (single);
- return iface->get_printer_list (single);
-}