Remove unused structs

gio/glocalfileinfo.c has a struct 'ThumbMD5Context'
that's been unused since
commit d013d46b98 ("Replace the copy-and-paste MD5 digest generation
with GChecksum.")
Remove it.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
This commit is contained in:
Dr. David Alan Gilbert 2024-05-11 21:58:56 +01:00 committed by Philip Withnall
parent 34626188aa
commit 1bc83f9495

View File

@ -103,12 +103,6 @@
#include "glibintl.h"
struct ThumbMD5Context {
guint32 buf[4];
guint32 bits[2];
unsigned char in[64];
};
#ifndef G_OS_WIN32
typedef struct {