From 73d581f9a647cbd103c3ab69bacfb3439cb7a385 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 8 Mar 2015 19:38:33 +0100 Subject: [PATCH] graph.h, struct graph, remove unused elements --- src/include/ngspice/graph.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/include/ngspice/graph.h b/src/include/ngspice/graph.h index dbca872d8..a57e7e370 100644 --- a/src/include/ngspice/graph.h +++ b/src/include/ngspice/graph.h @@ -97,21 +97,6 @@ struct graph { char *xlabel, *ylabel; } grid; - int numbuttons; /* number of buttons */ - struct { - int id; - char *message; - } *buttons; - int buttonsxoff; /* viewportxoff + x size of viewport */ - int buttonsyoff; - - struct { - int width, height; - char message[161]; /* two lines of text */ - } messagebox; - int messagexoff; - int messageyoff; - /* characters the user typed on graph */ /* note: think up better names */ struct _keyed *keyed;