From d8db0fc974499c16fddf009be21841a69ddad452 Mon Sep 17 00:00:00 2001 From: kdx Date: Fri, 12 May 2023 17:57:51 +0200 Subject: depreciate config opt png_loading --- headers/TZR.h | 1 - headers/TZR_types.h | 1 - 2 files changed, 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; }; -- cgit v1.2.3