clean code

This commit is contained in:
YiFang Xiao 2023-05-23 19:40:37 +08:00
parent 8b1b2a1628
commit d3cf46e469
2 changed files with 0 additions and 16 deletions

View file

@ -7,7 +7,6 @@
#include "langcoder.hh"
#include "gddebug.hh"
#include "ufile.hh"
#include "wstring_qt.hh"
#include "utf8.hh"
#include <stdio.h>

View file

@ -12,21 +12,6 @@ struct GDLangCode
std::string lang; // Language name in English
};
template< typename T, int N >
inline int arraySize( T ( & )[ N ] )
{
return N;
}
struct LangStruct
{
int order;
quint32 code;
QIcon icon;
QString lang;
};
class LangCoder
{
public: