diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-01-29 17:10:27 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 13:27:08 +0200 |
commit | 9fe3479104c04377dfb3ca3c66f7e51421e7ca49 (patch) | |
tree | f21ba9f74cbaa90726f2807415a727b50176174b /common/rfb/CMakeLists.txt | |
parent | 0f671d50d900b8df6e29267dbba1610fad355fc5 (diff) | |
download | tigervnc-9fe3479104c04377dfb3ca3c66f7e51421e7ca49.tar.gz tigervnc-9fe3479104c04377dfb3ca3c66f7e51421e7ca49.zip |
Remove the scaled pixel buffer classes as they are not used.
There were also reports of them being broken last time we still
made use of them.
Diffstat (limited to 'common/rfb/CMakeLists.txt')
-rw-r--r-- | common/rfb/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt index 27e3caa5..0300105a 100644 --- a/common/rfb/CMakeLists.txt +++ b/common/rfb/CMakeLists.txt @@ -52,7 +52,6 @@ set(RFB_SOURCES SSecurityStack.cxx SSecurityVncAuth.cxx SSecurityVeNCrypt.cxx - ScaledPixelBuffer.cxx ScaleFilters.cxx Timer.cxx TightDecoder.cxx |