From 9bc78c735ab16b9c158f2e80d591ecf703b1b15f Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 11 Mar 2011 14:10:03 +0000 Subject: [PATCH] remove errant debug message --- java/libraries/dxf/build.xml | 2 -- todo.txt | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/java/libraries/dxf/build.xml b/java/libraries/dxf/build.xml index a0be1ea50..db1e45031 100644 --- a/java/libraries/dxf/build.xml +++ b/java/libraries/dxf/build.xml @@ -7,8 +7,6 @@ - - diff --git a/todo.txt b/todo.txt index 953b590e0..c5c74d365 100644 --- a/todo.txt +++ b/todo.txt @@ -7,7 +7,8 @@ X (due to fallback in preprocessor) X 'public' keyword in class declarations breaks syntax checker X http://code.google.com/p/processing/issues/detail?id=551 X found issue where editor objects were being kept around after closing -X particularly on mac os x, since the object wasn't being removed at 1 editor +X with 1 editor open, the editors array wasn't being cleared +X (before default file menu, there was no point) _ with one sketch open, changing the mode doesn't close the original editor _ only affects linux and windows