GBA: Remove unused GBAError struct

This commit is contained in:
Jeffrey Pfau 2015-01-07 02:05:18 -08:00
parent f9120b842f
commit 7a7dcea212
1 changed files with 0 additions and 5 deletions

View File

@ -35,11 +35,6 @@ enum GBAIRQ {
IRQ_GAMEPAK = 0xD
};
enum GBAError {
GBA_NO_ERROR = 0,
GBA_OUT_OF_MEMORY = -1
};
enum GBALogLevel {
GBA_LOG_FATAL = 0x01,
GBA_LOG_ERROR = 0x02,