diff --git a/docs/reference/gtk/compiling.sgml b/docs/reference/gtk/compiling.sgml index 1a77806cec..89856f3be8 100644 --- a/docs/reference/gtk/compiling.sgml +++ b/docs/reference/gtk/compiling.sgml @@ -90,12 +90,5 @@ GDK_PIXBUF_DISABLE_DEPRECATED and G_DISABLE_DEPRECATED for GDK, GdkPixbuf and GLib. - -Similarly, if you want to make sure that your program doesn't use any -functions which may be problematic in a multidevice setting, you can -define the preprocessor symbol GDK_MULTIDEVICE_SAFE by using the command -line option -DGTK_MULTIDEVICE_SAFE=1. - -