summaryrefslogtreecommitdiff
path: root/src/Fl_Search_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Search_Chooser.cxx')
-rw-r--r--src/Fl_Search_Chooser.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_Search_Chooser.cxx b/src/Fl_Search_Chooser.cxx
index 0b3cc93..f724354 100644
--- a/src/Fl_Search_Chooser.cxx
+++ b/src/Fl_Search_Chooser.cxx
@@ -47,19 +47,16 @@ Fl_Search_Browser::find_prefix(const char *p, int s, int e) {
}
}
-
static void input_cb(Fl_Input* in, void*c) {
Fl_Search_Browser *sb = ((Fl_Search_Chooser *) c)->sb;
sb->find_prefix(in->value());
}
-
static void ok_cb(Fl_Input* in, void*c) {
Fl_Search_Chooser *sc = (Fl_Search_Chooser *) c;
sc->close();
}
-
static void cancel_cb(Fl_Input* in, void*c) {
Fl_Search_Chooser *sc = (Fl_Search_Chooser *) c;
sc->sb->deselect();
@@ -105,7 +102,6 @@ Fl_Search_Chooser::data() {
}
}
-
int
Fl_Search_Chooser::handle(int event) {
switch(event) {