Browse Source

Android Studio exporter: removed unused build setting.

tags/2021-05-28
Timur Doumler 9 years ago
parent
commit
bb1fe3dc8e
2 changed files with 0 additions and 4 deletions
  1. +0
    -3
      extras/Projucer/Source/Project Saving/jucer_ProjectExport_AndroidStudio.h
  2. +0
    -1
      extras/Projucer/Source/Utility/jucer_PresetIDs.h

+ 0
- 3
extras/Projucer/Source/Project Saving/jucer_ProjectExport_AndroidStudio.h View File

@@ -102,9 +102,6 @@ public:
return androidStudioExecutable.startAsProcess ("\"" + targetFolder.getFullPathName() + "\"");
}
Value getNDKPlatformVersionValue() { return getSetting (Ids::androidNdkPlatformVersion); }
String getNDKPlatformVersionString() const { return settings [Ids::androidNdkPlatformVersion]; }
Value getBuildToolsVersionValue() { return getSetting (Ids::buildToolsVersion); }
String getBuildToolsVersionString() const { return settings [Ids::buildToolsVersion]; }


+ 0
- 1
extras/Projucer/Source/Utility/jucer_PresetIDs.h View File

@@ -165,7 +165,6 @@ namespace Ids
DECLARE_ID (androidTheme);
DECLARE_ID (androidStaticLibraries);
DECLARE_ID (androidSharedLibraries);
DECLARE_ID (androidNdkPlatformVersion);
DECLARE_ID (androidScreenOrientation);
DECLARE_ID (iosScreenOrientation);
DECLARE_ID (iosInAppPurchases);


Loading…
Cancel
Save