aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};