Remove translations from transpositions

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2021-12-17 14:36:55 +01:00
parent 0b68cdedda
commit 454b02181e
9 changed files with 53 additions and 77 deletions

View File

@@ -20,6 +20,11 @@
#pragma warning(disable: 4251)
#pragma warning(disable: 4512)
///
/// ZRCola (De)Composition
///
#define ZRCOLA_TRANSETID_DEFAULT ((ZRCola::transetid_t)0x0000)
///
/// Translation disabled/ZRCola (De)Composition
///
@@ -30,11 +35,6 @@
///
#define ZRCOLA_TRANSEQID_CUSTOM ((ZRCola::transeqid_t)0xffff)
///
/// ZRCola to Unicode translation sequence ID
///
#define ZRCOLA_TRANSEQID_UNICODE ((ZRCola::transeqid_t)32)
namespace ZRCola {
///