Removed writecon function and all calls to it
This commit is contained in:
@@ -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 --------------------*/
|
||||
|
||||
Reference in New Issue
Block a user