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/RenderExtension.h | |
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/RenderExtension.h')
-rw-r--r-- | nxcomp/RenderExtension.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nxcomp/RenderExtension.h b/nxcomp/RenderExtension.h index 2b616e1e5..7ccf54068 100644 --- a/nxcomp/RenderExtension.h +++ b/nxcomp/RenderExtension.h @@ -82,13 +82,6 @@ class RenderExtensionMessage : public Message friend class RenderTrapezoidsStore; friend class RenderTrianglesStore; - friend class RenderCreatePictureCompatStore; - friend class RenderFreePictureCompatStore; - friend class RenderPictureClipCompatStore; - friend class RenderCreateGlyphSetCompatStore; - friend class RenderCompositeCompatStore; - friend class RenderCompositeGlyphsCompatStore; - public: RenderExtensionMessage() |