diff options
author | Max Horn | 2008-03-29 21:17:43 +0000 |
---|---|---|
committer | Max Horn | 2008-03-29 21:17:43 +0000 |
commit | e93a1f0c32736b58e622c7907b83cefa0dff7ea1 (patch) | |
tree | a09173ba3bdbdbc40da3478bb0963ffcf991cc9e /backends | |
parent | dbe38029db40911cc82136820a771b2fc85454f2 (diff) | |
download | scummvm-rg350-e93a1f0c32736b58e622c7907b83cefa0dff7ea1.tar.gz scummvm-rg350-e93a1f0c32736b58e622c7907b83cefa0dff7ea1.tar.bz2 scummvm-rg350-e93a1f0c32736b58e622c7907b83cefa0dff7ea1.zip |
Removing dead code
svn-id: r31304
Diffstat (limited to 'backends')
-rw-r--r-- | backends/fs/ds/ds-fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/fs/ds/ds-fs.h b/backends/fs/ds/ds-fs.h index 389702b330..21dfa00667 100644 --- a/backends/fs/ds/ds-fs.h +++ b/backends/fs/ds/ds-fs.h @@ -49,7 +49,6 @@ protected: String _path; bool _isDirectory; bool _isValid; - int _refCountVal; public: /** @@ -114,7 +113,6 @@ protected: String _path; bool _isDirectory; bool _isValid; - int _refCountVal; public: /** |