summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index e9a4baa..b4eb285 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -32,45 +32,6 @@
#include "bltConfig.h"
-typedef struct {
- Tk_OptionTable optionTable;
- int reqWidth, reqHeight; /* If greater than zero, represents the
- * requested dimensions of the printed graph */
- int reqPaperWidth;
- int reqPaperHeight; /* Requested dimensions for the PostScript
- * page. Can constrain the size of the graph
- * if the graph (plus padding) is larger than
- * the size of the page. */
- int xPad, yPad; /* Requested padding on the exterior of the
- * graph. This forms the bounding box for
- * the page. */
- const char *fontVarName; /* If non-NULL, is the name of a TCL array
- * variable containing X to output device font
- * translations */
- int level; /* PostScript Language level 1-3 */
-
- int decorations;
- int center;
- int footer;
- int greyscale;
- int landscape;
- unsigned int flags;
-
- const char **comments; /* User supplied comments to be added. */
-
- /* Computed fields */
-
- short int left, bottom; /* Bounding box of the plot in the page. */
- short int right, top;
-
- float scale; /* Scale of page. Set if "-maxpect" option
- * is set, otherwise 1.0. */
-
- int paperHeight;
- int paperWidth;
-
-} PageSetup;
-
#define POSTSCRIPT_BUFSIZ ((BUFSIZ*2)-1)
struct _Blt_Ps {
Tcl_Interp* interp;