From 183053f2d67a92694cd25a4294af98055e4369e7 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Mon, 6 May 2019 10:36:48 +0530 Subject: Fixed doubleclickevent on DrawWindow and removed namespaces --- ldmicro/undoredo.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldmicro/undoredo.cpp') 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. -- cgit