Commit 539f4b82 for tesseract
commit 539f4b8255a43a33026b8f945d388e3492a66a79
Author: Egor Pugin <egor.pugin@gmail.com>
Date: Tue Apr 6 23:40:35 2021 +0300
[clist] Remove unused methods.
diff --git a/src/ccutil/clst.h b/src/ccutil/clst.h
index 160f8c3e..1f13567b 100644
--- a/src/ccutil/clst.h
+++ b/src/ccutil/clst.h
@@ -725,12 +725,6 @@ public:
CLASSNAME *extract() {
return static_cast<CLASSNAME *>(CLIST_ITERATOR::extract());
}
- CLASSNAME *move_to_first() {
- return static_cast<CLASSNAME *>(CLIST_ITERATOR::move_to_first());
- }
- CLASSNAME *move_to_last() {
- return static_cast<CLASSNAME *>(CLIST_ITERATOR::move_to_last());
- }
};
#define CLISTIZEH(CLASSNAME) \