diff --git a/Common/Context.h b/Common/Context.h
index 69ae071b08510b1833ee285f88cc9871b6cfd8e4..f378299e51eaa21b2c981c9d28fa410926c83fd2 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 8bfe368b0d21e0f6edf4c37bcf4f20be5de62872..5aa1bef5885e93902a0544eb121b42e333e521ea 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