aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-12 17:57:51 +0200
committerkdx <kikoodx@paranoici.org>2023-05-12 17:57:51 +0200
commitd8db0fc974499c16fddf009be21841a69ddad452 (patch)
tree5b8c1cc4dc39bd1134e4b15392ea94a9bb18150c
parentba11ae247bf6d234de29feec5fc59e7f3b96d632 (diff)
downloadtzr-d8db0fc974499c16fddf009be21841a69ddad452.tar.gz
depreciate config opt png_loading
-rw-r--r--headers/TZR.h1
-rw-r--r--headers/TZR_types.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/headers/TZR.h b/headers/TZR.h
index 168d493..8a0330b 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -20,7 +20,6 @@
.scale_linear=false, \
.show_cursor=false, \
.mixer=TZR_MIXER_ON, \
- .png_loading=true, \
.title="TZR", \
._=0, __VA_ARGS__ })
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index aa636f1..f15ce5f 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -58,7 +58,6 @@ struct TZR_Config {
bool scale_linear;
bool show_cursor;
unsigned int mixer;
- bool png_loading;
const char *title;
};