enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/src display.hh,1.24,1.25


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src display.hh,1.24,1.25
Date: Sun, 16 Nov 2003 19:20:30 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv9498/src

Modified Files:
        display.hh 
Log Message:
Removed DefineModel() declaration


Index: display.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/display.hh,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** display.hh  9 Nov 2003 11:54:31 -0000       1.24
--- display.hh  16 Nov 2003 19:20:27 -0000      1.25
***************
*** 78,87 ****
      };
  
      void InitModels();
      void ShutdownModels();
  
-     void DefineModel (const char *name, Model *m);
      Model * MakeModel (const std::string &name);
  
      void DefineImage (const char *name, const char *fname,
                       int xoff, int yoff);
--- 78,89 ----
      };
  
+ /* -------------------- Functions -------------------- */
+ 
      void InitModels();
      void ShutdownModels();
  
      Model * MakeModel (const std::string &name);
  
+ 
      void DefineImage (const char *name, const char *fname,
                       int xoff, int yoff);
***************
*** 98,102 ****
  
  //----------------------------------------
! // Models for on the grid
  //----------------------------------------
  namespace display
--- 100,104 ----
  
  //----------------------------------------
! // Models on the grid
  //----------------------------------------
  namespace display





reply via email to

[Prev in Thread] Current Thread [Next in Thread]