diff options
author | Rico Schüller <[email protected]> | 2013-06-05 08:54:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-06-05 08:54:27 -0600 |
commit | 3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 (patch) | |
tree | 75f681d78aabb78caae18cb23fd80eb4adad53a4 /src/mesa/tnl_dd | |
parent | 7bdf1f2f1a3d7779919e7d45b2d4a22fb227932a (diff) |
mesa: remove outdated version lines in comments
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/tnl_dd')
-rw-r--r-- | src/mesa/tnl_dd/t_dd_dmatmp.h | 1 | ||||
-rw-r--r-- | src/mesa/tnl_dd/t_dd_dmatmp2.h | 1 | ||||
-rw-r--r-- | src/mesa/tnl_dd/t_dd_tritmp.h | 1 | ||||
-rw-r--r-- | src/mesa/tnl_dd/t_dd_unfilled.h | 1 | ||||
-rw-r--r-- | src/mesa/tnl_dd/t_dd_vb.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl_dd/t_dd_vertex.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/tnl_dd/t_dd_dmatmp.h b/src/mesa/tnl_dd/t_dd_dmatmp.h index 893cb3c0dfb..2a1a42468f7 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.1 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * diff --git a/src/mesa/tnl_dd/t_dd_dmatmp2.h b/src/mesa/tnl_dd/t_dd_dmatmp2.h index 1a5b798af03..fc1ebd4ee8c 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp2.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp2.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.1 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * diff --git a/src/mesa/tnl_dd/t_dd_tritmp.h b/src/mesa/tnl_dd/t_dd_tritmp.h index 75fa5d12729..0341399fe3a 100644 --- a/src/mesa/tnl_dd/t_dd_tritmp.h +++ b/src/mesa/tnl_dd/t_dd_tritmp.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.3 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * diff --git a/src/mesa/tnl_dd/t_dd_unfilled.h b/src/mesa/tnl_dd/t_dd_unfilled.h index 0dee88c5781..404b6e80e1d 100644 --- a/src/mesa/tnl_dd/t_dd_unfilled.h +++ b/src/mesa/tnl_dd/t_dd_unfilled.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.1 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * diff --git a/src/mesa/tnl_dd/t_dd_vb.c b/src/mesa/tnl_dd/t_dd_vb.c index 913605affbb..11d4cb9e682 100644 --- a/src/mesa/tnl_dd/t_dd_vb.c +++ b/src/mesa/tnl_dd/t_dd_vb.c @@ -1,7 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 3.5 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * diff --git a/src/mesa/tnl_dd/t_dd_vertex.h b/src/mesa/tnl_dd/t_dd_vertex.h index 20881e88f7c..898cc885c9b 100644 --- a/src/mesa/tnl_dd/t_dd_vertex.h +++ b/src/mesa/tnl_dd/t_dd_vertex.h @@ -1,7 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 4.0.3 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * |