Removed writecon function and all calls to it

This commit is contained in:
Lew Rossman
2018-10-27 09:36:21 -04:00
parent 8286918b94
commit 9d0b738e77
3 changed files with 36 additions and 36 deletions

View File

@@ -52,7 +52,7 @@ int findvalve(EN_Network *n, int); /* Find valve index from node
int findpump(EN_Network *n, int); /* Find pump index from node index */ // (AH)
char *geterrmsg(int errcode, char *msg); /* Gets text of error message */
void errmsg(EN_Project *p, int); /* Reports program error */
void writecon(const char *); /* Writes text to console */
////void writecon(const char *); /* Writes text to console */
void writewin(void (*vp)(char *), char *); /* Passes text to calling app */
/* ------- INPUT1.C --------------------*/