summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-06-01 12:30:46 +0200
committerAustin Yuan <shengquan.yuan@gmail.com>2010-06-02 09:43:17 +0800
commitd25193955ae181f8bc6ac6ea0dfbc08f8337809a (patch)
tree78d9c62900ffeb9e7947d87aba9d61e8a74f9878
parent7ececb7e0a76eb241e34cfc847924d209037a74d (diff)
downloadlibva-d25193955ae181f8bc6ac6ea0dfbc08f8337809a.tar.gz
Drop superfluous versions.
-rw-r--r--va/va.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/va/va.c b/va/va.c
index 97fb753..1632e55 100644
--- 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;