diff options
author | Matt Turner <[email protected]> | 2013-03-09 00:23:20 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-03-12 17:02:28 -0700 |
commit | 9065bab37e80d04e01af0d516db04aa9985a4381 (patch) | |
tree | 9021a0f3e9a0a6afa14d9d16470b2582e07fd5c9 /docs | |
parent | 439c3d4e313370823d49b53f031697cc8b18d171 (diff) |
mesa: Remove unused version #defines from version.h.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devinfo.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index d64171aee6d..c89bfc02e82 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -200,8 +200,6 @@ branch is relevant. <dd>PACKAGE_VERSION</dd> <dt>configure.ac</dt> <dd>AC_INIT</dd> - <dt>src/mesa/main/version.h</dt> - <dd>MESA_MAJOR, MESA_MINOR, MESA_PATCH and MESA_VERSION_STRING</dd> </dl> <p> |