2
0
Эх сурвалжийг харах

Don't need operator< either.

Malcolm Tyrrell 4 жил өмнө
parent
commit
149b8d1fd1

+ 0 - 5
code/AssetLib/FBX/FBXDocument.h

@@ -638,11 +638,6 @@ public:
         return ptr;
     }
 
-    bool operator<(const Video& other) const
-    {
-        return std::tie(type, relativeFileName, fileName) < std::tie(other.type, other.relativeFileName, other.fileName);
-    }
-
 private:
     std::string type;
     std::string relativeFileName;