diff --git a/Classes/Headers/TPCViewTheme.h b/Classes/Headers/TPCViewTheme.h
index 48697029b2..0aec08ab9a 100755
--- a/Classes/Headers/TPCViewTheme.h
+++ b/Classes/Headers/TPCViewTheme.h
@@ -42,7 +42,6 @@
@property (nonatomic, strong) NSString *path;
@property (nonatomic, strong) NSString *name;
@property (nonatomic, strong) TPCOtherTheme *other;
-@property (nonatomic, strong) TLOFileWithContent *core_js;
- (void)reload;
- (void)validateFilePathExistanceAndReload:(BOOL)reload;
diff --git a/Classes/Preferences/Themes/TPCViewTheme.m b/Classes/Preferences/Themes/TPCViewTheme.m
index dde7c3c59d..a3582aa08a 100755
--- a/Classes/Preferences/Themes/TPCViewTheme.m
+++ b/Classes/Preferences/Themes/TPCViewTheme.m
@@ -43,9 +43,6 @@ - (id)init
{
if ((self = [super init])) {
self.other = [TPCOtherTheme new];
-
- self.core_js = [TLOFileWithContent new];
- self.core_js.filename = [[TPCPreferences whereResourcePath] stringByAppendingPathComponent:@"/JavaScript/API/core.js"];
}
return self;
diff --git a/Resources/Info.plist b/Resources/Info.plist
index 6daccfe575..40b8415612 100755
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -47,8 +47,8 @@
TXBundleBuildCodeName
Turtle Soup
TXBundleBuildNumber
- 12344
+ 12346
TXBundleBuildReference
- 2.1.1p3-304-g9c42805-stdbuild
+ 2.1.1p3-305-g84bd6f4-appstore