mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Remove unnecessary void cast.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2569 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: Fl_File_Browser.cxx,v 1.1.2.21 2002/08/09 01:09:48 easysw Exp $"
|
||||
// "$Id: Fl_File_Browser.cxx,v 1.1.2.22 2002/08/09 23:49:52 easysw Exp $"
|
||||
//
|
||||
// Fl_File_Browser routines.
|
||||
//
|
||||
@@ -270,8 +270,6 @@ Fl_File_Browser::item_draw(void *p, // I - List item data
|
||||
const int *columns; // Columns
|
||||
|
||||
|
||||
(void)h;
|
||||
|
||||
// Draw the list item text...
|
||||
line = (FL_BLINE *)p;
|
||||
|
||||
@@ -645,5 +643,5 @@ Fl_File_Browser::filter(const char *pattern) // I - Pattern string
|
||||
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_File_Browser.cxx,v 1.1.2.21 2002/08/09 01:09:48 easysw Exp $".
|
||||
// End of "$Id: Fl_File_Browser.cxx,v 1.1.2.22 2002/08/09 23:49:52 easysw Exp $".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user