diff pidgin/gtkutils.h @ 19808:e12bf2df9507

Back to square[0]
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 28 Jul 2007 11:05:22 +0000
parents d5e2a4897bbc
children e12fb409262f
line wrap: on
line diff
--- a/pidgin/gtkutils.h	Sat Jul 28 09:38:24 2007 +0000
+++ b/pidgin/gtkutils.h	Sat Jul 28 11:05:22 2007 +0000
@@ -65,24 +65,6 @@
 #endif /* _WIN32 */
 
 /**
- * Designate new_toplevel as the preferred window for ensuring proper
- * transience relationships for subsequent dialogs.
- *
- * @param new_toplevel The GtkWindow to be used for transience.
- */
-void pidgin_set_toplevel(GtkWindow *new_toplevel);
-
-/**
- * Retrieve the currently preferred toplevel window (set by a previous
- * call top pidgin_set_toplevel()) and *not* since destroyed.
- *
- * @return The GtkWindow most recently given to pidgin_set_toplevel(), or #NULL.
- *         #NULL will be returned either if no toplevel has been set, or if the
- *         most recently set toplevel has since been destroyed.
- */
-GtkWindow *pidgin_get_toplevel();
-
-/**
  * Sets up a gtkimhtml widget, loads it with smileys, and sets the
  * default signal handlers.
  *