summaryrefslogtreecommitdiff
path: root/src/strings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings_type.h')
-rw-r--r--src/strings_type.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index 326be62ec..1dea474f9 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -12,8 +12,6 @@
#ifndef STRINGS_TYPE_H
#define STRINGS_TYPE_H
-#include "language.h"
-
/**
* Numeric value that represents a string, independent of the selected language.
*/
@@ -28,13 +26,6 @@ enum TextDirection {
TD_RTL, ///< Text is written right-to-left by default
};
-/** Used for dynamic language support */
-struct DynamicLanguages {
- int num; ///< Number of languages
- char curr_file[MAX_PATH]; ///< Currently selected language file name without path (needed for saving the filename of the loaded language).
- LanguageMetadata ent[MAX_LANG]; ///< Information about the languages
-};
-
/** Special string constants */
enum SpecialStrings {