Remove gdk_*et_use_xshm() deprecated functions

This commit is contained in:
Javier Jardón
2010-05-26 01:41:40 +02:00
parent 7ab09f1597
commit 019563c322
8 changed files with 0 additions and 87 deletions

View File

@ -152,18 +152,6 @@ _gdk_other_api_failed (const gchar *where,
g_warning ("%s: %s failed", where, api);
}
void
gdk_set_use_xshm (gboolean use_xshm)
{
/* Always on */
}
gboolean
gdk_get_use_xshm (void)
{
return TRUE;
}
gint
gdk_screen_get_width (GdkScreen *screen)
{