commonlib/types.h

changeset 63
d10a6be4d99e
parent 61
56c52c10e444
child 66
c68545f1aecb
--- a/commonlib/types.h	Sun Nov 14 21:45:34 2021 +0200
+++ b/commonlib/types.h	Sun Nov 14 21:45:45 2021 +0200
@@ -22,15 +22,6 @@
 #include <QList>
 #include <QVariant>
 
-typedef qint8 int8;
-typedef qint16 int16;
-typedef qint32 int32;
-typedef qint64 int64;
-typedef quint8 uint8;
-typedef quint16 uint16;
-typedef quint32 uint32;
-typedef quint64 uint64;
-
 struct ZandronumVersion
 {
 	ZandronumVersion (QString name, bool isRelease, QString binaryPath) :

mercurial