From 865f3eabd88c120c344f44f60407b6acb2503be0 Mon Sep 17 00:00:00 2001 From: Markus Lorenz Date: Wed, 4 Oct 2023 11:43:50 +0200 Subject: [PATCH] Fix call to unused and removed getNetworkTypes --- front/php/server/devices.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/php/server/devices.php b/front/php/server/devices.php index f1d70029..7b7c3419 100755 --- a/front/php/server/devices.php +++ b/front/php/server/devices.php @@ -857,8 +857,6 @@ function getDevices() { function getDeviceTypes() { global $db; - $networkTypes = getNetworkTypes(); - // SQL $sql = 'SELECT DISTINCT 9 as dev_Order, dev_DeviceType FROM Devices