Commit 0de0fa49 authored by Christian Beier's avatar Christian Beier

Remove unneeded #ifdefs.

parent 38c181a2
......@@ -442,6 +442,8 @@ typedef struct {
#define rfbEncodingZRLE 16
#define rfbEncodingZYWRLE 17
#define rfbEncodingH264 0x48323634
/* Cache & XOR-Zlib - rdv@2002 */
#define rfbEncodingCache 0xFFFF0000
#define rfbEncodingCacheEnable 0xFFFF0001
......@@ -514,9 +516,6 @@ typedef struct {
#define rfbEncodingSupportedEncodings 0xFFFE0002
#define rfbEncodingServerIdentity 0xFFFE0003
#ifdef LIBVNCSERVER_CONFIG_LIBVA
#define rfbEncodingH264 0x48323634
#endif
/*****************************************************************************
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment