[Scummvm-cvs-logs] CVS: scummvm/backends/fs fs.h,1.23,1.24

Max Horn fingolfin at users.sourceforge.net
Thu Dec 9 16:13:00 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/fs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15747/backends/fs

Modified Files:
	fs.h 
Log Message:
Removed outdated (and wrong) comment; all this stuff will be rewritten eventually anyway, but at least we shouldn't spread false information

Index: fs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/fs.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- fs.h	21 Nov 2004 13:18:06 -0000	1.23
+++ fs.h	10 Dec 2004 00:11:52 -0000	1.24
@@ -30,11 +30,7 @@
  * paths (and it's left to them whether / or \ or : is the path separator :-);
  * but it is also possible to use inodes or vrefs (MacOS 9) or anything else.
  *
- * NOTE 1: currently ONLY the directory listing mode is used; that is, we only are
- * interested in listing directories. Thus, for now implementation only have to
- * list directories.
- *
- * NOTE 2: Backends still have to provide a way to extract a path from a FSIntern
+ * NOTE: Backends still have to provide a way to extract a path from a FSIntern
  *
  * You may ask now: "isn't this cheating? Why do we go through all this when we use
  * a path in the end anyway?!?".





More information about the Scummvm-git-logs mailing list