X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FEmuConsole.hpp;h=42329d4718b00927ab6d8b30a5f46ad61d44196b;hb=b23541495010180e3a69e3e1f64c934b28775878;hp=865f9bbca167a160e9ae12155740d0aa6bb810b2;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/EmuConsole.hpp b/src/EmuConsole.hpp index 865f9bb..42329d4 100644 --- a/src/EmuConsole.hpp +++ b/src/EmuConsole.hpp @@ -28,12 +28,6 @@ using namespace std; -// Maximum number of BreakPoints -#define MAXBP 32 - -#define ENDLINE "\n" - - ////////////////////////////////////////////////////////////////////////////// // EmuConsole