From c4dd717553a4c84a382815da16c4d7ae2bcd090b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 22 May 2001 08:38:02 +0000 Subject: [PATCH] *** empty log message *** --- Common/Context.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/Context.h b/Common/Context.h index b033ce1ac4..01c1d2a39f 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -41,8 +41,7 @@ public : char *display; // forced display host:0.0 under X11 int terminal; // show we print to the terminal console? char *editor; // text editor command (with included '%s') - char home_dir[NAME_STR_L], tmp_dir[NAME_STR_L]; - // the home and tmp directories + char home_dir[NAME_STR_L]; // the home directory int position[2]; // position of the menu window on the screen int gl_position[2]; // position of the graphic window on the screen -- GitLab