(!1693) xvmc: move over protocol version defines into xvmc.c

These are exclusively used in one source file, so no need to keep them
in a global header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-13 14:41:39 +02:00
parent cc3721d6a8
commit ba56e16eca
2 changed files with 3 additions and 5 deletions

View File

@@ -157,8 +157,4 @@
#define SERVER_XRES_MAJOR_VERSION 1
#define SERVER_XRES_MINOR_VERSION 2
/* XvMC */
#define SERVER_XVMC_MAJOR_VERSION 1
#define SERVER_XVMC_MINOR_VERSION 1
#endif