delete unused enum

This commit is contained in:
Martin Michelsen
2023-09-24 13:39:20 -07:00
parent 0c2ecd4ebb
commit 8b544830a0
-7
View File
@@ -26,13 +26,6 @@ enum Privilege {
TEMPORARY = 0x80000000,
};
enum LicenseVerifyAction {
BB = 0x00,
GC = 0x01,
PC = 0x02,
SERIAL_NUMBER = 0x03,
};
struct License {
ptext<char, 0x14> username; // BB username (max. 16 chars; should technically be Unicode)
ptext<char, 0x14> bb_password; // BB password (max. 16 chars)