Drop GDK_MULTIDEVICE_SAFE from the docs

All the non-multidevice safe API was deprecated and has been
dropped now.
This commit is contained in:
Matthias Clasen 2016-10-25 19:51:24 -04:00
parent 5e4a05e5b7
commit 74d62acf5c

View File

@ -90,12 +90,5 @@ GDK_PIXBUF_DISABLE_DEPRECATED and G_DISABLE_DEPRECATED for GDK, GdkPixbuf and
GLib.
</para>
<para>
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 <literal>-DGTK_MULTIDEVICE_SAFE=1</literal>.
</para>
</refsect1>
</refentry>