From 3eda797675a715a2c17ae29cfdbe60baa20798e6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 11 Sep 2007 14:39:03 +0000 Subject: [PATCH] *** empty log message *** --- Common/Context.h | 1 - Common/Options.cpp | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Common/Context.h b/Common/Context.h index 69ae071b08..f378299e51 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -199,7 +199,6 @@ public : // post processing options struct{ - List_T *list ; int draw, link, horizontal_scales ; int smooth, anim_cycle, combine_time, combine_remove_orig ; int file_format, plugins; diff --git a/Common/Options.cpp b/Common/Options.cpp index 8bfe368b0d..5aa1bef588 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// $Id: Options.cpp,v 1.354 2007-09-10 04:57:35 geuzaine Exp $ +// $Id: Options.cpp,v 1.355 2007-09-11 14:39:03 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -133,7 +133,6 @@ void Init_Options(int num) CTX.geom.draw = 1; CTX.mesh.draw = 1; CTX.post.draw = 1; - CTX.post.list = NULL; CTX.threads_lock = 0; // very primitive locking CTX.mesh.changed = 0; CTX.post.combine_time = 0; // try to combine_time views at startup -- GitLab