Themes: Uncomment ThemeVersion code

Change-Id: I09ea6c4f2923a0d49f6bd3ecb05e237062241433
This commit is contained in:
d34d 2015-11-05 13:13:17 -08:00
parent ac36cbe559
commit 74c2b772e5
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ public class ThemeVersion {
private static final int CM11 = 1;
private static final int CM12_PRE_VERSIONING = 2;
/*
public static int getVersion() {
int version;
try {
@ -204,5 +203,4 @@ public class ThemeVersion {
return new ComponentVersion(id, component, name, minVersion, targetVersion);
}
}
*/
}