changeset 42:9c5f2da790b3

Removed a TODO that was fixed by Andrew in a recent commit.
author Atul Varma <varmaa@toolness.com>
date Sun, 24 Feb 2008 19:28:13 -0600
parents c525e6bb4004
children 16a9b0136822
files TODO
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sun Feb 24 17:43:21 2008 -0600
+++ b/TODO	Sun Feb 24 19:28:13 2008 -0600
@@ -24,9 +24,3 @@
 * Consider moving some constants in enso.ui.messages.miniwindows too.
 
 * Consider turning LONGTERM TODOs in source code into TODOs.
-
-* Change the graphics subsysem to either exclusively use
-  pixels or points, but not a mix of both (right now the position
-  of windows within the user's screen are measured in pixels
-  and the coordinates within a window's canvas are measured in
-  points).