From f55cf6f90dd519e8734d572ea7e49ddaf2693eca Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Fri, 6 Apr 2012 22:42:39 +0200 Subject: [PATCH] TODO.txt updated --- pcbnew/scripting/TODO.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pcbnew/scripting/TODO.txt b/pcbnew/scripting/TODO.txt index ff1cfe20e5..f92f806674 100644 --- a/pcbnew/scripting/TODO.txt +++ b/pcbnew/scripting/TODO.txt @@ -1,13 +1,3 @@ -* add MODULE::Add (see BOARD:Add), to make it more clean - -* Tell swig to forget automatic object deletion after adding - a BOARD_ITEM to MODULE object (it will be automatically deleted by MODULE, - leading to Segmentation Fault when unloading our python module (double free). - - It seems that we must do object.thisown=0 when added, may be adding a wrapper - Add function. - - * Implement iterator for NETCLASSES (NETCLASS) see class_netclass.h * Saving modules to library (in librairi.cpp)