From 6e466e5c1b20e0cbb6ad544d2691e2b4fb0e0b5a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 30 Apr 2008 23:04:38 +0000 Subject: [PATCH] removed todo svn: r9552 original commit: 4e2f540f6dcadcaa94270769072c27be3aaee395 --- collects/scribblings/framework/framework.scrbl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/collects/scribblings/framework/framework.scrbl b/collects/scribblings/framework/framework.scrbl index c94fc09c..84c3eec5 100644 --- a/collects/scribblings/framework/framework.scrbl +++ b/collects/scribblings/framework/framework.scrbl @@ -6,15 +6,6 @@ @title{@bold{Framework}: PLT GUI Application Framework} @(defmodule framework) -@bold{TODO:} -@itemize{ -@item{Mode} -@item{Check indexing in preferences:get} -@item{Warnings in the translation process} -} - ------------------------------------------------------------------------------------------- - The framework provides a number of mixins, classes and functions designed to help you build a complete application program on top of the @scheme[scheme/gui] library.