[PULL] Dead code cleanups

Adam Jackson ajax at redhat.com
Fri Sep 26 12:30:21 PDT 2014


The xf86Info.log change also removes the enum; the rest are as reviewed.

---

The following changes since commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9:

  os: Don't listen to 'tcp' by default. Add '-listen' option. [v2] (2014-09-22 13:52:20 -0700)

are available in the git repository at:

  ssh://people.freedesktop.org/~ajax/xserver.git dead-code

for you to fetch changes up to 4433bc6d53e651b3dc4112099a153c2574f30797:

  x86emu: Undefine _NO_INLINE (2014-09-26 15:27:18 -0400)

----------------------------------------------------------------
Adam Jackson (12):
      loader: Deobfuscate RTLD_* macro stuff
      mi: Remove Windows 8-bpp colormap compatibility
      xfree86: Remove xv clip notify driver hook
      xfree86: Remove Option "TextClockFreq"
      xfree86: Remove spurious xf86ConfigError
      xfree86: Remove useless back-pointer to pScrn from colormap code
      xfree86: Remove DisplayID support
      xfree86: Remove xf86Info.log (v2)
      xfree86: Remove unused xf86Info.useDefaultFontPathFrom
      xfree86: configServerFlags never fails, make it return void
      xfree86: Remove pointless xf86PrintMarkers
      x86emu: Undefine _NO_INLINE

 hw/xfree86/common/xf86Config.c        |  63 ++-----
 hw/xfree86/common/xf86Configure.c     |   1 -
 hw/xfree86/common/xf86Globals.c       |   1 -
 hw/xfree86/common/xf86Init.c          |   8 +-
 hw/xfree86/common/xf86Privstr.h       |   8 -
 hw/xfree86/common/xf86cmap.c          |  46 +++--
 hw/xfree86/common/xf86str.h           |   2 -
 hw/xfree86/common/xf86xv.c            |   4 -
 hw/xfree86/common/xf86xv.h            |   3 -
 hw/xfree86/common/xf86xvpriv.h        |   1 -
 hw/xfree86/ddc/ddc.c                  |  58 -------
 hw/xfree86/ddc/xf86DDC.h              |   5 -
 hw/xfree86/loader/loader.c            |  22 +--
 hw/xfree86/man/xorg.conf.man          |   6 -
 hw/xfree86/modes/Makefile.am          |   1 -
 hw/xfree86/modes/xf86DisplayIDModes.c | 444 -------------------------------------------------
 hw/xfree86/parser/Device.c            |  10 --
 hw/xfree86/parser/xf86Parser.h        |   1 -
 hw/xfree86/parser/xf86tokens.h        |   1 -
 hw/xfree86/x86emu/x86emu/x86emui.h    |   2 +-
 hw/xwin/winconfig.h                   |   1 -
 mi/micmap.c                           |  44 -----
 22 files changed, 38 insertions(+), 694 deletions(-)
 delete mode 100644 hw/xfree86/modes/xf86DisplayIDModes.c

- ajax



More information about the xorg-devel mailing list