Bug 3407

Summary: X11R5 is so very 1991
Product: xorg Reporter: Adam Jackson <ajax>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
kill-latent-r5isms-1.patch none

Description Adam Jackson 2005-05-26 14:05:38 UTC
There's isolated cases in the code where we do

#ifdef X11R5
    foo();
#else
    bar();
#endif

This is never defined, anywhere, ever, and it's not clear what semantics it's
supposed to have when it is defined.
Comment 1 Adam Jackson 2005-05-26 14:05:54 UTC
Created attachment 2777 [details] [review]
kill-latent-r5isms-1.patch

so nuke it already.
Comment 2 Adam Jackson 2005-05-30 11:36:32 UTC
applied, closing.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.