diff -r d5493fe07e79 -r 25ff2fadff89 examples/DS401_Slave_Gui/tools.h --- a/examples/DS401_Slave_Gui/tools.h Sun Sep 30 22:38:58 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -#ifndef TOOLS_H_ -#define TOOLS_H_ - - #include - #include - #include - #include - - void IntToString( int i, char* in_pszbuffer ); - char *wxstr_to_charbuf(wxString s); - void charbuf_free(char *s); - -#endif /*TOOLS_H_*/