[gtk+/gtk-2-22] Remove long-obsolete docs



commit 60d1ac5539cd57b693920bae695041b156e44f17
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 21 22:14:46 2010 -0400

    Remove long-obsolete docs
    
    There are no traces of GDK_USE_XFT, GXID_HOST or GXID_PORT in the
    code anymore.
    (cherry picked from commit 7652c2b3e066b4b68a8ac9fcc6093d13d1e35f66)

 docs/reference/gtk/x11.sgml |   54 -------------------------------------------
 1 files changed, 0 insertions(+), 54 deletions(-)
---
diff --git a/docs/reference/gtk/x11.sgml b/docs/reference/gtk/x11.sgml
index 7fa2e20..dab177c 100644
--- a/docs/reference/gtk/x11.sgml
+++ b/docs/reference/gtk/x11.sgml
@@ -75,60 +75,6 @@ debugging, but it will slow down the performance considerably.
 </para>
 </formalpara>
 
-<formalpara>
-<title><systemitem>--gxid-host <replaceable>host</replaceable></systemitem></title>
-
-<para>
-The host to contact the <application>gxid</application> daemon on; overrides 
-the <link linkend="GXID"><envar>GXID_HOST</envar></link> environment variable.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--gxid-port <replaceable>port</replaceable></systemitem></title>
-
-<para>
-The port for the connection to <application>gxid</application>; overrides 
-the <link linkend="GXID"><envar>GXID_PORT</envar></link> environment variable.
-This option is only available if GTK+ has been configured with
-<option>--gdk-target=x11</option>.
-</para>
-</formalpara>
-
-</refsect2>
-
-<refsect2 id="x11-envar">
-<title>X11-specific environment variables</title>
-
-<para>
-The X backend can be influenced with some
-additional environment variables.
-</para>
-
-<formalpara id="GXID">
-  <title><envar>GXID_HOST</envar>, <envar>GXID_PORT</envar></title>
-
-  <para>
-    The host and port to contact the <application>gxid</application> daemon 
-    on. <application>gxid</application> is only necessary on X servers which 
-    don't support using the pointer and extension devices at once, and is
-    only built if GTK+ is configured with <option>--with-xinput=gxi</option>. 
-    The <application>XFree86</application> and <application>Xorg</application>
-    X servers don't have this 
-    restriction.
-  </para>
-</formalpara>
-
-<formalpara>
-  <title><envar>GDK_USE_XFT</envar></title>
-
-  <para>
-    If this variable is set to 1, GTK+ will use the Pango Xft backend instead
-    of the X backend when possible (i.e. when the X server supports the XRender
-    extension and Pango has been built with Xft support). 
-  </para>
-</formalpara>
-
 </refsect2>
 
 </refsect1>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]