diff --git a/Source/RSP/breakpoint.h b/Source/RSP/breakpoint.h index dc3c8d841..392919853 100644 --- a/Source/RSP/breakpoint.h +++ b/Source/RSP/breakpoint.h @@ -21,4 +21,3 @@ void RemoveAllBpoint ( void ); int AddRSP_BPoint ( DWORD Location, int Confirm ); int CheckForRSPBPoint ( DWORD Location ); void RemoveRSPBreakPoint (DWORD Location); -