aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-06 07:33:35 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-06 07:33:35 +0000
commitc4a7eb6457637cebb0ce4d9801102e1a71e4f43f (patch)
tree089cffea69924399b0a14a8dd9b86be8856f5cb1 /prefs.h
parent4d638e504512e37956e0a97c3bf62ff84f7c60f2 (diff)
Printing multiple pages of PostScript wasn't as tricky as I thought; add
support for printing in PostScript to the "Print..." dialog box. svn path=/trunk/; revision=1426
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/prefs.h b/prefs.h
index 52e9a4675d..c13bb78dbe 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.14 2000/01/03 06:29:33 guy Exp $
+ * $Id: prefs.h,v 1.15 2000/01/06 07:33:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,9 +26,6 @@
#ifndef __PREFS_H__
#define __PREFS_H__
-#define PR_FMT_TEXT 0
-#define PR_FMT_PS 1
-
#define PR_DEST_CMD 0
#define PR_DEST_FILE 1