diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-04 10:13:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-04 10:13:19 +0100 |
| commit | 3f4f5aeb94f5675def64c386775bc7776fa9cc1c (patch) | |
| tree | b2e5440687a4af157296a9565a6a48d17eae167e /src/config.h | |
| parent | 10209192cce23d153d5b893ef2f173292b2b2db5 (diff) | |
remove files
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/config.h b/src/config.h deleted file mode 100644 index 51b6563..0000000 --- a/src/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -* BSD 2-Clause “Simplified” License -* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com -* All rights reserved. -*/ - -#ifndef INCLUDE_CONFIG -#define INCLUDE_CONFIG - -#define TARGET_FRAMERATE 1000/24.0 - -#define SCROLL_SPEED 50 -#define FILE_RESERVE_COUNT 500 -#define ERROR_RESERVE_COUNT 10 -#define MAX_ERROR_MESSAGE_LENGTH 120 -#define MAX_STATUS_TEXT_LENGTH 120 - -#define MAX_TERM_NAME_LENGTH 100 -#define UNSAVED_CHANGES_COLOR rgb(255, 102, 102) -#define MISSING_TRANSLATION_COLOR rgb(255, 179, 102) - -#endif
\ No newline at end of file |
