Remove a duplicate doc comment

This commit is contained in:
Matthias Clasen
2010-12-17 12:15:55 -05:00
parent 8e78bcd121
commit 915246c9c1

View File

@@ -1187,17 +1187,6 @@ set_sm_client_id (GdkDisplay *display,
gdk_x11_get_xatom_by_name_for_display (display, "SM_CLIENT_ID"));
}
/**
* gdk_display_open:
* @display_name: the name of the display to open
*
* Opens a display.
*
* Return value: (transfer none): a #GdkDisplay, or %NULL if the display
* could not be opened.
*
* Since: 2.2
*/
GdkDisplay *
_gdk_x11_display_open (const gchar *display_name)
{