Remove deprecated code from X interaction

This commit is contained in:
Javier Jardón
2010-06-24 22:20:02 +02:00
parent c3987f9ee2
commit c1affa4f3c
11 changed files with 0 additions and 457 deletions

View File

@ -23,21 +23,6 @@
#include "gdkfont.h"
GdkFont*
gdk_font_load_for_display (GdkDisplay *display,
const gchar *font_name)
{
/* FIXME: Implement */
return NULL;
}
GdkFont*
gdk_font_from_description_for_display (GdkDisplay *display,
PangoFontDescription *desc)
{
/* FIXME: Implement */
return NULL;
}
GdkFont *
gdk_fontset_load_for_display (GdkDisplay *display,