Procházet zdrojové kódy

remove bogus comment

David Rose před 19 roky
rodič
revize
a7afebd785
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      panda/src/linmath/coordinateSystem.cxx

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

@@ -42,8 +42,6 @@ get_default_coordinate_system() {
 
 
 CoordinateSystem
 CoordinateSystem
 parse_coordinate_system_string(const string &str) {
 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) {
   if (cmp_nocase_uh(str, "default") == 0) {
     return CS_default;
     return CS_default;