summaryrefslogtreecommitdiff
path: root/hw/xfree86/doc
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-02-14 15:30:52 -0500
committerAdam Jackson <ajax@redhat.com>2017-02-16 11:30:08 -0500
commit76ef102be3b47d23ebfaaaa04fb5cfc0511d43f1 (patch)
treeebc96a1d45d9e445fd79af9be321076fadde9ba8 /hw/xfree86/doc
parent5a945f54e738f6e9c5a489febdd8b87cd8a41210 (diff)
xfree86: Drop virtualFrom from ScrnInfoRec
Seriously not worth the effort of tracking this, especially now that competent drivers don't have a limit. The sis driver does inspect this member, but hilariously does so only so it can print the same information as the core does. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/doc')
-rw-r--r--hw/xfree86/doc/ddxDesign.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index 3c0dc8658..df5f64bde 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -6640,12 +6640,6 @@ be catered for the by the helpers.
The resulting line pitch.
</para></listitem></varlistentry>
- <varlistentry>
- <term><structfield>virtualFrom</structfield></term>
- <listitem><para>
- Where the virtual size was determined from.
- </para></listitem></varlistentry>
-
</variablelist>
</para>