diff --git a/src/License.hh b/src/License.hh index 066f3403..b7ca72c4 100644 --- a/src/License.hh +++ b/src/License.hh @@ -26,13 +26,6 @@ enum Privilege { TEMPORARY = 0x80000000, }; -enum LicenseVerifyAction { - BB = 0x00, - GC = 0x01, - PC = 0x02, - SERIAL_NUMBER = 0x03, -}; - struct License { ptext username; // BB username (max. 16 chars; should technically be Unicode) ptext bb_password; // BB password (max. 16 chars)