From 9febbe6ebe86174d2840e7fd6d864cff84df3dea Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Wed, 22 Aug 2007 05:21:57 +0000 Subject: [PATCH] evolution --- change_log.txt | 2 +- pcbnew/pcbframe.cpp | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/change_log.txt b/change_log.txt index 94a257d842..4cf32ffe16 100644 --- a/change_log.txt +++ b/change_log.txt @@ -28,7 +28,7 @@ email address. ================================================================================ + administrative Added copyright.h as a proposed copyright header for Mr. Charras's review. - Added uncrustify.cfg the configuration program for "uncrustify" C++ beautifier. + Added uncrustify.cfg, the configuration file for the "uncrustify" C++ beautifier. 2007-Aug-20 UPDATE Dick Hollenbeck diff --git a/pcbnew/pcbframe.cpp b/pcbnew/pcbframe.cpp index 987ee57de6..69ac844592 100644 --- a/pcbnew/pcbframe.cpp +++ b/pcbnew/pcbframe.cpp @@ -197,14 +197,6 @@ public: } - ~ARROWCOLLECTOR() - { - // empty list2nd so that ~list2nd() does not try and delete all - // the objects that it holds, it is not the owner of such objects - // and this prevents a double free()ing. - Empty2nd(); - } - void Empty2nd() { list2nd.clear();