From 7a7dcea212a3468cf2d6fca6fe973955f1039a2a Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Wed, 7 Jan 2015 02:05:18 -0800 Subject: [PATCH] GBA: Remove unused GBAError struct --- src/gba/gba.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gba/gba.h b/src/gba/gba.h index 78385071d..086a1859f 100644 --- a/src/gba/gba.h +++ b/src/gba/gba.h @@ -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,