summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-07 12:11:44 -0700
committerBrian Paul <brianp@vmware.com>2009-03-07 12:11:44 -0700
commit4de5abee3938ee1d186629a70b04a98a74f50c97 (patch)
tree5535cdb5cd2b7a86dfa1f750add8f81bc860af52
parent2ee5ba0411de9c6cb17326a1f4a6c316295dae69 (diff)
swrast: remove old comment
-rw-r--r--src/mesa/swrast/s_clear.c2
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"