summaryrefslogtreecommitdiff
path: root/graphics.c
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2016-02-19 20:11:55 -0500
committerTim Edwards <tim@opencircuitdesign.com>2016-02-19 20:11:55 -0500
commit2a6fbad229329966098a222a8c0768d15492f382 (patch)
tree096e14bfbb271e60c9895a85d3847ee91ab989c6 /graphics.c
parent2bcd16d384a1815ff47ada7c8ac58fbe96942a0d (diff)
Modified tkcon and rewrote the exit routine to make sure that
tkcon writes the history file before it quits, and that the history file is unique to qrouter.
Diffstat (limited to 'graphics.c')
-rw-r--r--graphics.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics.c b/graphics.c
index f3dfbf2..044278b 100644
--- a/graphics.c
+++ b/graphics.c
@@ -671,15 +671,6 @@ int GUI_init(Tcl_Interp *interp)
/*----------------------------------------------------------------*/
-int QuitCallback(ClientData clientData, Tcl_Interp *interp,
- int objc, Tcl_Obj *objv[])
-{
- exit(0);
- return TCL_OK; // Statement not reached
-}
-
-/*----------------------------------------------------------------*/
-
static void
load_font(XFontStruct **font_info)
{