client: remove unused function

This commit is contained in:
Eva
2025-03-28 15:33:26 +01:00
parent 4dd445e0f0
commit 9558462c22

View File

@ -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,