diff options
author | Brian Paul <brianp@vmware.com> | 2009-03-07 12:11:44 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-03-07 12:11:44 -0700 |
commit | 4de5abee3938ee1d186629a70b04a98a74f50c97 (patch) | |
tree | 5535cdb5cd2b7a86dfa1f750add8f81bc860af52 /src/mesa/swrast/s_clear.c | |
parent | 2ee5ba0411de9c6cb17326a1f4a6c316295dae69 (diff) |
swrast: remove old comment
Diffstat (limited to 'src/mesa/swrast/s_clear.c')
-rw-r--r-- | src/mesa/swrast/s_clear.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_clear.c b/src/mesa/swrast/s_clear.c index 34ae1b4fcc..35080fd394 100644 --- a/src/mesa/swrast/s_clear.c +++ b/src/mesa/swrast/s_clear.c @@ -22,8 +22,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/** XXX This file should be named s_clear.c */ - #include "main/glheader.h" #include "main/colormac.h" #include "main/macros.h" |