From b25bd5f5ebb667a972dd040d9965f7caa8784a28 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 20 Sep 2008 22:59:39 +0000 Subject: Commented out the unimplemented method handle(int, int, int, int, int). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Browser_.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index ab2045f7a..4101139bc 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -154,8 +154,10 @@ protected: /** Handles the specified event, plus 4 extra parameters! \todo Find the implementation, if any, and document it there! - */ + fabien: I guess the answer is there is no implementation (yet?), + so let's comment out this method that does not exist. int handle(int,int,int,int,int); + */ void draw(); Fl_Browser_(int,int,int,int,const char * = 0); -- cgit v1.2.3