Remove obsolete comments from test/ask.cxx.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2017-07-18 16:24:39 +00:00
parent 14c6b050b5
commit 3a57a2ce1f

View File

@ -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);