diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 20:12:00 +0100 | 
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 20:12:00 +0100 | 
| commit | ac8bd97b61cd2ebcf0429860ace8069ce2976865 (patch) | |
| tree | 64562d0606c4c98253a08af7a94ad7fed8c89666 | |
| parent | 98f0b3771837e66a35a0564836084f562145f414 (diff) | |
whitespace
| -rw-r--r-- | src/Fl_Search_Chooser.cxx | 4 | 
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) { | 
