Browse Source

remove bogus comment

David Rose 19 years ago
parent
commit
a7afebd785
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/linmath/coordinateSystem.cxx

+ 0 - 2
panda/src/linmath/coordinateSystem.cxx

@@ -42,8 +42,6 @@ get_default_coordinate_system() {
 
 CoordinateSystem
 parse_coordinate_system_string(const string &str) {
-  // First, make sure the string is lowercase before we compare it, so
-  // we'll be case-insensitive.
   if (cmp_nocase_uh(str, "default") == 0) {
     return CS_default;