diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 15:44:12 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 15:44:12 +0000 |
commit | fe6b569f07f9a768739b3a98292bcbac81b8b70c (patch) | |
tree | df4f4952779cbd5f95a764cc8192246725136717 /common/rfb/SMsgWriter.cxx | |
parent | 2a491291b9b09190ef10dfd7e5f1d9fea4ce60ae (diff) | |
download | tigervnc-fe6b569f07f9a768739b3a98292bcbac81b8b70c.tar.gz tigervnc-fe6b569f07f9a768739b3a98292bcbac81b8b70c.zip |
Unused function commented out.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2324 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SMsgWriter.cxx')
-rw-r--r-- | common/rfb/SMsgWriter.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/rfb/SMsgWriter.cxx b/common/rfb/SMsgWriter.cxx index 085dfc16..f3079eed 100644 --- a/common/rfb/SMsgWriter.cxx +++ b/common/rfb/SMsgWriter.cxx @@ -114,9 +114,9 @@ int SMsgWriter::getNumRects(const Rect &r) return encoders[encoding]->getNumRects(r); } -// FIXME: This functions does not compute the number of rectangles correctly -// if the Tight encoder is used (but currently that does not matter -// because this function is never used). +// FIXME: This functions is not used because it incorrectly computes +// the number of rectangles if the Tight encoder is used. +/* void SMsgWriter::writeFramebufferUpdate(const UpdateInfo& ui, ImageGetter* ig, Region* updatedRegion) { @@ -124,6 +124,7 @@ void SMsgWriter::writeFramebufferUpdate(const UpdateInfo& ui, ImageGetter* ig, writeRects(ui, ig, updatedRegion); writeFramebufferUpdateEnd(); } +*/ void SMsgWriter::writeRects(const UpdateInfo& ui, ImageGetter* ig, Region* updatedRegion) |