home · contact · privacy
Some code-stylistic improvements to rexit library; also moved exit_trouble() into it.
[plomrogue] / src / misc.h
index ddc6be6617c8b691fd06dd57365f5b1afa71b9d4..24f36b5ad6ae5d3ab15d089fe2953f428ff6dc01 100644 (file)
@@ -20,9 +20,6 @@ struct Map;
  */
 extern uint16_t rrand();
 
-/* Do exit_err() with message: "Trouble in ".parent." with ".child."." */
-extern void exit_trouble(uint8_t test, char * parent, char * child);
-
 /* Wrappers to malloc(), calloc() from function called "f" calling exit_err()
  * with trouble_msg() error message if necessary.
  */