OSDN Git Service

Drop superfluous versions.
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Tue, 1 Jun 2010 10:30:46 +0000 (12:30 +0200)
committerAustin Yuan <shengquan.yuan@gmail.com>
Wed, 2 Jun 2010 01:43:17 +0000 (09:43 +0800)
va/va.c

diff --git a/va/va.c b/va/va.c
index 97fb753..1632e55 100644 (file)
--- a/va/va.c
+++ b/va/va.c
@@ -60,10 +60,6 @@ extern int trace_flag;
         trace_func(__VA_ARGS__);                \
     }
 
-#define VA_MAJOR_VERSION (0)
-#define VA_MINOR_VERSION (31)
-#define VA_VERSION_S       "0.31.1"
-
 int vaDisplayIsValid(VADisplay dpy)
 {
     VADisplayContextP pDisplayContext = (VADisplayContextP)dpy;