diff options
Diffstat (limited to 'ldmicro/undoredo.cpp')
-rw-r--r-- | ldmicro/undoredo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ldmicro/undoredo.cpp b/ldmicro/undoredo.cpp index 8bcfcc8..3f9407a 100644 --- a/ldmicro/undoredo.cpp +++ b/ldmicro/undoredo.cpp @@ -29,8 +29,6 @@ #include "ldmicro.h" -using namespace std; - // Store a `deep copy' of the entire program before every change, in a // circular buffer so that the first one scrolls out as soon as the buffer // is full and we try to push another one. |