Parcourir la source

Removing unused variable

Josh Engebretson il y a 9 ans
Parent
commit
cc455f401d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Source/ToolCore/Command/CacheCmd.h

+ 0 - 1
Source/ToolCore/Command/CacheCmd.h

@@ -63,7 +63,6 @@ private:
 
     bool cleanCache_;
     bool generateCache_;
-    String cachePath_;
 
 };