aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_LightEnd.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-11 00:40:55 +0200
committerkdx <kikoodx@paranoici.org>2023-05-11 00:42:21 +0200
commit6ab047e30169ebf8f440d87dae68e0fdf6cc239f (patch)
tree333f4947779e2a5223c7b248b3234ac514ef14f0 /sources/TZR_LightEnd.c
parenta4112e4311eb226c4f43cb697aa7f6c34bd7b9a5 (diff)
downloadtzr-6ab047e30169ebf8f440d87dae68e0fdf6cc239f.tar.gz
depreciate light system
Diffstat (limited to 'sources/TZR_LightEnd.c')
-rw-r--r--sources/TZR_LightEnd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/TZR_LightEnd.c b/sources/TZR_LightEnd.c
deleted file mode 100644
index ae776b0..0000000
--- a/sources/TZR_LightEnd.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "TZR_light.h"
-#include "TZR_globals.h"
-
-int
-TZR_LightEnd(void)
-{
- return ___tzr_config.light_system ? 0 : -1;
-}