From 9876d5305bbed3ee4eaad2869e4cf11211742ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=97=D0=BB=20=D0=93=D1=80=D0=B8?= =?UTF-8?q?=D0=B3=D0=BE=D1=80=27=D1=94=D0=B2?= Date: Sun, 13 Apr 2025 04:47:32 +0300 Subject: [PATCH] Remove mentions of ads and twitter :put_litter_in_its_place: --- src/js/core/config.local.template.js | 3 --- src/js/platform/wrapper.js | 7 ------- 2 files changed, 10 deletions(-) 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 */