diff options
author | Fernando Carvajal <fcarvajal@qindel.com> | 2016-04-12 16:03:37 +0200 |
---|---|---|
committer | Fernando Carvajal <fcarvajal@qindel.com> | 2016-04-12 16:03:37 +0200 |
commit | 134648169cd0a9359e1a8a31a5bb55a307b0a801 (patch) | |
tree | 8a26c1ff4ef0ad0c430b9554d760be79cdd571d1 /nxcomp/Makefile.in | |
parent | a9be6f59105b7cf29bb799556274dc2c3b3d2af8 (diff) | |
download | nx-libs-134648169cd0a9359e1a8a31a5bb55a307b0a801.tar.gz nx-libs-134648169cd0a9359e1a8a31a5bb55a307b0a801.tar.bz2 nx-libs-134648169cd0a9359e1a8a31a5bb55a307b0a801.zip |
Remove obsolete compatibility files from nxcomp
This commit removes obsolete compatibility files whose components were
only used to handle compatibility with old protocol versions that are
no longer supported.
Refs: ArcticaProject/nx-libs#108
Diffstat (limited to 'nxcomp/Makefile.in')
-rw-r--r-- | nxcomp/Makefile.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in index d309c4949..93b644079 100644 --- a/nxcomp/Makefile.in +++ b/nxcomp/Makefile.in @@ -226,18 +226,7 @@ CXXSRC = Loop.cpp \ RenderCompositeGlyphs.cpp \ RenderFillRectangles.cpp \ RenderTrapezoids.cpp \ - RenderTriangles.cpp \ - PositionCacheCompat.cpp \ - ChangeGCCompat.cpp \ - CreatePixmapCompat.cpp \ - SetUnpackColormapCompat.cpp \ - SetUnpackAlphaCompat.cpp \ - RenderCreatePictureCompat.cpp \ - RenderFreePictureCompat.cpp \ - RenderPictureClipCompat.cpp \ - RenderCreateGlyphSetCompat.cpp \ - RenderCompositeCompat.cpp \ - RenderCompositeGlyphsCompat.cpp + RenderTriangles.cpp MOBJ = $(MSRC:.c=.o) COBJ = $(CSRC:.c=.o) |