From: Gwenole Beauchesne Date: Tue, 1 Jun 2010 10:30:46 +0000 (+0200) Subject: Drop superfluous versions. X-Git-Tag: libva-1.0.3~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d25193955ae181f8bc6ac6ea0dfbc08f8337809a;p=profile%2Fivi%2Flibva.git Drop superfluous versions. --- 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;