diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-01-16 13:23:47 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 13:27:07 +0200 |
commit | e80659862d9e82ffe9ace0070447bdfdbe85488b (patch) | |
tree | 80a801efa60cd745e5ceb8e324f94e78eed0cbba /common/rfb/SMsgWriter.h | |
parent | 769963fa710822ea36e4d4e1d27aa54d82b5bb3d (diff) | |
download | tigervnc-e80659862d9e82ffe9ace0070447bdfdbe85488b.tar.gz tigervnc-e80659862d9e82ffe9ace0070447bdfdbe85488b.zip |
Remove unsused, commented out code
Diffstat (limited to 'common/rfb/SMsgWriter.h')
-rw-r--r-- | common/rfb/SMsgWriter.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/common/rfb/SMsgWriter.h b/common/rfb/SMsgWriter.h index 3933b38c..edf29447 100644 --- a/common/rfb/SMsgWriter.h +++ b/common/rfb/SMsgWriter.h @@ -109,18 +109,6 @@ namespace rfb { // order to flush out pseudo-rectangles to the client. virtual bool needFakeUpdate(); - // writeFramebufferUpdate() writes a framebuffer update using the given - // UpdateInfo and ImageGetter. On a V3 writer this may have - // pseudo-rectangles for setDesktopSize and setCursor added to it, and so - // may invoke writeSetCursorCallback(). - // - // FIXME: This function is not used because it incorrectly computes - // the number of rectangles if the Tight encoder is used. - /* - virtual void writeFramebufferUpdate(const UpdateInfo& ui, ImageGetter* ig, - Region* updatedRegion); - */ - // needNoDataUpdate() returns true when an update without any // framebuffer changes need to be sent (using writeNoDataUpdate()). // Commonly this is an update that modifies the size of the framebuffer |