remove winmessage() prototype, there is no such thing (hopefully)

This commit is contained in:
rlar 2010-10-08 18:56:32 +00:00
parent 28282dda56
commit 8a7b507f84
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2010-10-08 Robert Larice
* src/main.c :
remove winmessage() prototype, there is no such thing (hopefully)
2010-10-08 Robert Larice
* src/include/inpdefs.h ,
* src/spicelib/parser/inp.h :

View File

@ -344,13 +344,6 @@ struct dvec *EVTfindvec(char *node){
#endif /* SIMULATOR */
#ifndef HAS_WINDOWS
/* dummy of MS Windows message function */
void winmessage(char* new_msg) {
return;
}
#endif
char *hlp_filelist[] = { "ngspice", 0 };