aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/constants.rs
diff options
context:
space:
mode:
authorJan <sentrycraft123@gmail.com>2023-07-02 19:55:27 +0200
committerGitHub <noreply@github.com>2023-07-02 19:55:27 +0200
commitb4728ee0065d6913e0d7e5e1cfce55431d7496db (patch)
tree641905336304f3a623a4a8879c9564be8113c6f6 /src-tauri/src/constants.rs
parentb8b715fbebfd8c3d4278a3359fbed1a52da4780f (diff)
downloadFlightCore-b4728ee0065d6913e0d7e5e1cfce55431d7496db.tar.gz
FlightCore-b4728ee0065d6913e0d7e5e1cfce55431d7496db.zip
chore: replace game_scanner usage with winreg (#394)
Slashes a bunch of unnecessary dependencies
Diffstat (limited to 'src-tauri/src/constants.rs')
-rw-r--r--src-tauri/src/constants.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src-tauri/src/constants.rs b/src-tauri/src/constants.rs
index 4005a139..9917a8c8 100644
--- a/src-tauri/src/constants.rs
+++ b/src-tauri/src/constants.rs
@@ -26,9 +26,6 @@ pub const BLACKLISTED_MODS: [&str; 3] = [
"ebkr-r2modman",
];
-// Titanfall2 game IDs on Origin/EA-App
-pub const TITANFALL2_ORIGIN_IDS: [&str; 2] = ["Origin.OFR.50.0001452", "Origin.OFR.50.0001456"];
-
// Titanfall2 Steam App ID
pub const TITANFALL2_STEAM_ID: &str = "1237970";