[Scummvm-cvs-logs] CVS: scummvm/saga actionmap.cpp,1.3,1.4 sys_interface.h,1.3,1.4

Eugene Sandulenko sev at users.sourceforge.net
Fri Apr 30 23:33:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32308

Modified Files:
	actionmap.cpp sys_interface.h 
Log Message:
Remove unneeded #defines


Index: actionmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actionmap.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- actionmap.cpp	1 May 2004 06:16:56 -0000	1.3
+++ actionmap.cpp	1 May 2004 06:31:50 -0000	1.4
@@ -20,7 +20,6 @@
  * $Header$
  *
  */
-/*
 
 /* Action map module */
 

Index: sys_interface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sys_interface.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sys_interface.h	27 Apr 2004 11:39:12 -0000	1.3
+++ sys_interface.h	1 May 2004 06:31:50 -0000	1.4
@@ -25,15 +25,10 @@
 
 namespace Saga {
 
-#define R_CFGFILE_NAME ".reinheritrc"
-
-#define R_DIRECTORY_SEP '/'
-
 #define R_STDOUT stdout
 #define R_STDERR stderr
 
 #define R_printf fprintf
-#define R_vprintf vfprintf
 
 } // End of namespace Saga
 





More information about the Scummvm-git-logs mailing list