From 9558462c222fc4639d9da610b568fbc14e903400 Mon Sep 17 00:00:00 2001 From: Eva Date: Fri, 28 Mar 2025 15:33:26 +0100 Subject: [PATCH] client: remove unused function --- client/js/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/js/main.js b/client/js/main.js index aaa41ee2..15f9857a 100644 --- a/client/js/main.js +++ b/client/js/main.js @@ -42,8 +42,6 @@ const pools = require("./pools.js"); const api = require("./api.js"); const settings = require("./models/settings.js"); -const rgb2hex = (rgb) => `#${rgb.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/).slice(1).map(n => parseInt(n, 10).toString(16).padStart(2, '0')).join('')}` - window.RufflePlayer = window.RufflePlayer || {}; window.RufflePlayer.config = { "polyfills": true,