Index: src/libchcore/TFileInfoArray.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -r6c67d46c243c6a275f2a427c991f82db59c63ef0 --- src/libchcore/TFileInfoArray.h (.../TFileInfoArray.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TFileInfoArray.h (.../TFileInfoArray.h) (revision 6c67d46c243c6a275f2a427c991f82db59c63ef0) @@ -47,9 +47,6 @@ /// Retrieves an element at the specified index TFileInfoPtr GetAt(file_count_t stIndex) const; - /// Retrieves a copy of the element at a specified index - TFileInfo GetCopyAt(file_count_t stIndex) const; - /// Removes all elements from this object void Clear();