aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-05 17:35:31 +0100
committerkdx <kikoodx@paranoici.org>2023-03-05 17:35:31 +0100
commit58a0e863acbd72e602aa8c6332c7b88e91c20560 (patch)
tree141216ce090dac9a01288503eaaf0caffdbb013b /headers/TZR_types.h
parentcbbf388669613ca688339ef3ac8aaa35bbd3048a (diff)
downloadtzr-58a0e863acbd72e602aa8c6332c7b88e91c20560.tar.gz
Revert "resource reload hook"
This reverts commit cbbf388669613ca688339ef3ac8aaa35bbd3048a.
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index c914b34..2377614 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -77,7 +77,6 @@ struct TZR_Resource {
TZR_ResourceType type;
char *path; /* allocated and freed by TZR; can be NULL */
long mtime;
- void (*reload_hook)(TZR_Uint);
union {
TZR_Raw raw; /* raw file data */
TZR_Image image;