pidgin/gtkdocklet.c

branch
charkins.dockletgeom
changeset 20962
bca687215ee8
parent 20961
f69b1356bb55
child 20968
2f6aa52eacdb
--- a/pidgin/gtkdocklet.c	Fri Oct 12 02:47:48 2007 +0000
+++ b/pidgin/gtkdocklet.c	Sun Oct 28 17:08:24 2007 +0000
@@ -709,22 +709,6 @@
 	return &i;
 }
 
-gboolean
-pidgin_docklet_get_geometry(gint *x, gint *y, gint *w, gint *h)
-{
-	if(!visible) return FALSE;
-	if(ui_ops && ui_ops->get_geometry) return ui_ops->get_geometry(x, y, w, h);
-	return FALSE;
-}
-
-GObject *
-pidgin_docklet_get_gdk_screen()
-{
-	if(!visible) return NULL;
-	if(ui_ops && ui_ops->get_gdk_screen) return ui_ops->get_gdk_screen();
-	return NULL;
-}
-
 void
 pidgin_docklet_init()
 {

mercurial