]> source.dussan.org Git - tigervnc.git/commitdiff
Remove unused, and improperly reserved message types.
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Mar 2009 20:39:16 +0000 (20:39 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Mar 2009 20:39:16 +0000 (20:39 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3705 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/msgTypes.h

index be700325e7a836b02bbac6dee3a22f411143a836..6b4ae568794bea77e81c7ffecadb6434e8c6a0f1 100644 (file)
@@ -26,8 +26,6 @@ namespace rfb {
   const int msgTypeBell = 2;
   const int msgTypeServerCutText = 3;
 
-  const int msgTypeEndOfContinuousUpdates = 150;
-
   // client to server
 
   const int msgTypeSetPixelFormat = 0;
@@ -38,8 +36,6 @@ namespace rfb {
   const int msgTypePointerEvent = 5;
   const int msgTypeClientCutText = 6;
 
-  const int msgTypeEnableContinuousUpdates = 150;
-
   const int msgTypeSetDesktopSize = 251;
 }
 #endif