summaryrefslogtreecommitdiff
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cfg.h b/src/cfg.h
index c0e8f4e..45c6e23 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -1,11 +1,6 @@
#pragma once
-#include "lzr.h"
#define DWIDTH 400
#define DHEIGHT 224
#define TARGET_FPS 30
#define TSIZE 16
-
-static const LZR_Config cfg = {
- DWIDTH, DHEIGHT, TARGET_FPS, TSIZE, "jambase", 0.0, true, true
-};