Fix call to unused and removed getNetworkTypes

This commit is contained in:
Markus Lorenz
2023-10-04 11:43:50 +02:00
parent 654253c953
commit 865f3eabd8

View File

@@ -857,8 +857,6 @@ function getDevices() {
function getDeviceTypes() {
global $db;
$networkTypes = getNetworkTypes();
// SQL
$sql = 'SELECT DISTINCT 9 as dev_Order, dev_DeviceType
FROM Devices