Remove superfluous declarations

This commit is contained in:
Michał Janiszewski 2018-05-31 00:01:43 +02:00
parent 58529b3726
commit c419f2f50b
2 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,8 @@
#include <stdexcept>
#include "../core/String.hpp"
#include "../core/Util.hpp"
#include "Localisation.h"
#include "ConversionTables.h"
#include "Language.h"
/**
* Decodes an RCT2 string to a wide char string still in the original code page.

View File

@ -50,9 +50,6 @@ rct_string_id user_string_allocate(sint32 base, const utf8 *text);
void user_string_free(rct_string_id id);
bool is_user_string_id(rct_string_id stringId);
wchar_t encoding_convert_rct2_to_unicode(wchar_t rct2str);
uint32 encoding_convert_unicode_to_rct2(uint32 unicode);
#define MAX_USER_STRINGS 1024
#define USER_STRING_MAX_LENGTH 32