summaryrefslogtreecommitdiff
path: root/ldmicro/undoredo.cpp
diff options
context:
space:
mode:
authorakshay-c2019-05-06 10:36:48 +0530
committerakshay-c2019-05-06 10:36:48 +0530
commit183053f2d67a92694cd25a4294af98055e4369e7 (patch)
tree6cf548c8f38bd17b59c1e7ee10a613978172d3d9 /ldmicro/undoredo.cpp
parent52b93dc4228459bd7e1204f80d983a3b29b32f1d (diff)
downloadLDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.tar.gz
LDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.tar.bz2
LDmicroQt-183053f2d67a92694cd25a4294af98055e4369e7.zip
Fixed doubleclickevent on DrawWindow and removed namespaces
Diffstat (limited to 'ldmicro/undoredo.cpp')
-rw-r--r--ldmicro/undoredo.cpp2
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.