removed getInstalledClientVersion

This commit is contained in:
AMIAY
2026-01-24 13:44:56 +01:00
parent ca8ed171d1
commit a6f716c61b
4 changed files with 3 additions and 31 deletions

View File

@@ -76,7 +76,6 @@ const {
// Services
const {
getInstalledClientVersion,
getLatestClientVersion
} = require('./services/versionManager');
@@ -141,7 +140,6 @@ module.exports = {
detectGpu,
// Version functions
getInstalledClientVersion,
getLatestClientVersion,
saveVersionClient,
loadVersionClient,