diff --git a/src/js/core/config.local.template.js b/src/js/core/config.local.template.js index 5a02abfe..2788febc 100644 --- a/src/js/core/config.local.template.js +++ b/src/js/core/config.local.template.js @@ -56,9 +56,6 @@ export default { // Enables an inspector which shows information about the entity below the cursor // enableEntityInspector: true, // ----------------------------------------------------------------------------------- - // Enables ads in the local build (normally they are deactivated there) - // testAds: true, - // ----------------------------------------------------------------------------------- // Enables use of (some) existing flags within the puzzle mode context // testPuzzleMode: true, // ----------------------------------------------------------------------------------- diff --git a/src/js/platform/wrapper.js b/src/js/platform/wrapper.js index 460d41e9..cb47e6a7 100644 --- a/src/js/platform/wrapper.js +++ b/src/js/platform/wrapper.js @@ -43,13 +43,6 @@ export class PlatformWrapperImplElectron { return 1; } - /** - * Should return if this platform supports ads at all - */ - getSupportsAds() { - return false; - } - /** * Attempt to restart the app */