Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 2349)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 2351)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.58 $
+// $Revision: 1.59 $
 // $Author: blanch $ 
-// $Date: 2003-09-15 09:59:53 $
+// $Date: 2003-09-22 11:38:47 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -288,10 +288,4 @@
 //@: coordinates x,y for each pixel
 static float **pixary;  
-
-//@: indexes of pixels neighbours of a given one
-static int **pixneig;   
-
-//@: number of neighbours a pixel have
-static int *npixneig;   
 
 //@: contents of the pixels (ph.e.)
@@ -4582,4 +4576,11 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.58  2003/09/15 09:59:53  blanch
+// The concept of the camera prgoram has not changed but this version has
+// quite a lot of changes to allow several Camera geometries as well as
+// multitelescope.
+//
+// It is suposed to be the first working code for camera 0.7.
+//
 // Revision 1.57  2003/07/17 18:02:46  blanch
 // Several new features introduced as well as fixed bugs
