]> skyeroc.xyz Git - dgamelaunch/commitdiff
remove some unused variables
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 23 Jan 2004 18:23:16 +0000 (18:23 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 23 Jan 2004 18:23:16 +0000 (18:23 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@155 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

ee.c

diff --git a/ee.c b/ee.c
index 4c6cc3d7b694bc42fa1d554dc2e768145f04685d..d5e6040cc727bc6a2966f9e57f55ff0009c66406 100644 (file)
--- a/ee.c
+++ b/ee.c
@@ -49,7 +49,7 @@
  |     proprietary information which is protected by
  |     copyright.  All rights are reserved.
  |
- |     $Header: /var/cvs/dgamelaunch/ee.c,v 1.1 2004/01/23 18:14:48 joshk Exp $
+ |     $Header: /var/cvs/dgamelaunch/ee.c,v 1.2 2004/01/23 18:23:16 joshk Exp $
  |
  */
 
@@ -62,7 +62,7 @@ char *ee_long_notice[] = {
        "copyright.  All rights are reserved."
        };
 
-char *version = "@(#) ee, version 1.4.1  $Revision: 1.1 $";
+char *version = "@(#) ee, version 1.4.1  $Revision: 1.2 $";
 
 #define catgetlocal(a, b) (b)
 
@@ -141,11 +141,6 @@ int info_type = CONTROL_KEYS;      /* flag to indicate type of info to display */
 int expand_tabs = TRUE;                /* flag for expanding tabs              */
 int right_margin = 0;          /* the right margin                     */
 int observ_margins = TRUE;     /* flag for whether margins are observed */
-int temp_stdin;                        /* temporary storage for stdin          */
-int temp_stdout;               /* temp storage for stdout descriptor   */
-int temp_stderr;               /* temp storage for stderr descriptor   */
-int pipe_out[2];               /* pipe file desc for output            */
-int pipe_in[2];                        /* pipe file descriptors for input      */
 int out_pipe;                  /* flag that info is piped out          */
 int in_pipe;                   /* flag that info is piped in           */
 int formatted = FALSE;         /* flag indicating paragraph formatted  */