From 8a7b507f8488a8aa236cb9f80d3da707b5013584 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 8 Oct 2010 18:56:32 +0000 Subject: [PATCH] remove winmessage() prototype, there is no such thing (hopefully) --- ChangeLog | 4 ++++ src/main.c | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cdbde3e15..ac0d4d811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 : diff --git a/src/main.c b/src/main.c index 8916376d2..d4b2cc2ae 100644 --- a/src/main.c +++ b/src/main.c @@ -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 };