summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 00c8018f..81de137f 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -62,26 +62,6 @@ class Property
self::set('server-ip', $value);
}
- public static function getIPxeIp()
- {
- return self::get('ipxe-ip', 'not-set');
- }
-
- public static function setIPxeIp($value)
- {
- self::set('ipxe-ip', $value);
- }
-
- public static function getIPxeTaskId()
- {
- return self::get('ipxe-task');
- }
-
- public static function setIPxeTaskId($value)
- {
- self::set('ipxe-task', $value);
- }
-
public static function getBootMenu()
{
return json_decode(self::get('ipxe-menu'), true);