This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
AtomicGameEngine
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Removing unused variable
Josh Engebretson
8 years ago
parent
9ce35b9454
commit
cc455f401d
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
Source/ToolCore/Command/CacheCmd.h
+ 0
- 1
Source/ToolCore/Command/CacheCmd.h
View File
@@ -63,7 +63,6 @@ private:
bool cleanCache_;
bool generateCache_;
- String cachePath_;
};