From 6ee36989589b986da38e68e4cb2c8f143f81753a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 14 Jun 2020 16:02:27 +0200 Subject: [PATCH] Remove old unused code from imagedata.h Signed-off-by: Stefan Weil --- src/ccstruct/imagedata.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ccstruct/imagedata.h b/src/ccstruct/imagedata.h index 794152603..667002f81 100644 --- a/src/ccstruct/imagedata.h +++ b/src/ccstruct/imagedata.h @@ -210,8 +210,6 @@ class ImageData { // A collection of ImageData that knows roughly how much memory it is using. class DocumentData { - friend void* ReCachePagesFunc(void* data); - public: explicit DocumentData(const STRING& name); ~DocumentData();