TWINE: removed unused enum

This commit is contained in:
Martin Gerhardy 2020-10-21 11:45:33 +02:00 committed by Eugene Sandulenko
parent 4026b23d7c
commit c3f0c2b1c1

View File

@ -25,10 +25,6 @@
namespace TwinE {
enum GameFlag {
kGameFlagDemo = 1 << 0
};
} // End of namespace TwinE
#endif // TWINE_DETECTION_H