summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_exception.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-27 01:11:45 +0100
committerred031000 <rubenru09@aol.com>2020-07-27 01:11:45 +0100
commit7c2a848ecccb95d010d8c0836c5d9c6a96b39da0 (patch)
treed650d996f8fa9b741b1075d8b897d73c8e7034a7 /arm9/lib/include/OS_exception.h
parent23873ed88f9920db6ed463fa02157686264369bd (diff)
some cleanups
Diffstat (limited to 'arm9/lib/include/OS_exception.h')
-rw-r--r--arm9/lib/include/OS_exception.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arm9/lib/include/OS_exception.h b/arm9/lib/include/OS_exception.h
index 68caf856..26fc3525 100644
--- a/arm9/lib/include/OS_exception.h
+++ b/arm9/lib/include/OS_exception.h
@@ -15,12 +15,7 @@ typedef struct
typedef void (*OSExceptionHandler) (u32, void *);
-static void OSi_ExceptionHandler(void);
-
void OS_InitException(void);
void OSi_ExceptionHandler(void);
-static void OSi_GetAndDisplayContext(void);
-static void OSi_SetExContext(void);
-static void OSi_DisplayExContext(void);
#endif //POKEDIAMOND_OS_EXCEPTION_H