From 3a57a2ce1f3e1e7dbc7efc7ec748307301be47bb Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 18 Jul 2017 16:24:39 +0000 Subject: [PATCH] Remove obsolete comments from test/ask.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/ask.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/ask.cxx b/test/ask.cxx index ef42aad05..41c5f20e4 100644 --- a/test/ask.cxx +++ b/test/ask.cxx @@ -6,7 +6,7 @@ // This also demonstrates how to trap attempts by the user to // close the last window by overriding Fl::exit // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2017 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -74,9 +74,6 @@ void window_callback(Fl_Widget*, void*) { is already open because the window used is a static (i.e. permanently allocated) Fl_Window instance. This should be fixed in FLTK 1.4.0. See STR #334 (sic !) and also STR #2751 ("Limit input field characters"). - - Note 2: Chances are that this /might/ be fixed in FLTK 1.3.4, but - this is not decided yet. AlbrechtS - July 21, 2015. */ void timer_cb(void *) { @@ -112,7 +109,6 @@ int main(int argc, char **argv) { // this is a test to make sure automatic destructors work. Pop up // the question dialog several times and make sure it doesn't crash. -// fc: added more fl_ask common dialogs for test cases purposes. Fl_Double_Window window(200, 105); Fl_Return_Button b(20, 10, 160, 35, buffer); b.callback(rename_me);