diff options
author | Neil Millstone | 2007-12-21 18:34:08 +0000 |
---|---|---|
committer | Neil Millstone | 2007-12-21 18:34:08 +0000 |
commit | 1cfedb217ab5bbf0545e92fc0649bfb368c1ee1b (patch) | |
tree | ca6c625873563e8989913f1cce7e9d49dbe8ef09 /backends/fs/ds | |
parent | 8183d564076609e381fb44203ee02a9b4617da1d (diff) | |
download | scummvm-rg350-1cfedb217ab5bbf0545e92fc0649bfb368c1ee1b.tar.gz scummvm-rg350-1cfedb217ab5bbf0545e92fc0649bfb368c1ee1b.tar.bz2 scummvm-rg350-1cfedb217ab5bbf0545e92fc0649bfb368c1ee1b.zip |
Remove a comment
svn-id: r29943
Diffstat (limited to 'backends/fs/ds')
-rw-r--r-- | backends/fs/ds/ds-fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/ds/ds-fs.h b/backends/fs/ds/ds-fs.h index 9173058bda..b3cd8f1dd4 100644 --- a/backends/fs/ds/ds-fs.h +++ b/backends/fs/ds/ds-fs.h @@ -142,7 +142,7 @@ public: */ GBAMPFileSystemNode(const GBAMPFileSystemNode *node); - virtual bool exists() const { return _isValid || _isDirectory; } //FIXME: this is just a stub + virtual bool exists() const { return _isValid || _isDirectory; } virtual String getDisplayName() const { return _displayName; } virtual String getName() const { return _displayName; } virtual String getPath() const { return _path; } |