From 453645a6ea71e79951d95f9658f7a751e4a62338 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 11 Nov 2010 18:52:36 +0100 Subject: libvncserver cleanup: remove rfbKeyFrame remnants. --- rfb/rfbproto.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'rfb/rfbproto.h') diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index cb62fc5..6fe14bc 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -379,7 +379,6 @@ typedef struct { #define rfbServerCutText 3 /* Modif sf@2002 */ #define rfbResizeFrameBuffer 4 -#define rfbKeyFrameUpdate 5 #define rfbPalmVNCReSizeFrameBuffer 0xF /* client -> server */ @@ -402,7 +401,6 @@ typedef struct { /* Modif sf@2002 - TextChat - Bidirectionnal */ #define rfbTextChat 11 /* Modif cs@2005 */ -#define rfbKeyFrameRequest 12 /* PalmVNC 1.4 & 2.0 SetScale Factor message */ #define rfbPalmVNCSetScaleFactor 0xF /* Xvp message - bidirectional */ @@ -516,18 +514,6 @@ typedef struct { #define sz_rfbFramebufferUpdateMsg 4 -/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * KeyFrameUpdate - Acknowledgment of a key frame request, it tells the client - * that the next update received will be a key frame. - */ - -typedef struct { - uint8_t type; -} rfbKeyFrameUpdateMsg; - -#define sz_rfbKeyFrameUpdateMsg 1 - - /* * Each rectangle of pixel data consists of a header describing the position * and size of the rectangle and a type word describing the encoding of the -- cgit v1.2.1