diff options
| author | Simon Rettberg | 2025-05-26 18:09:35 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-05-26 18:09:35 +0200 |
| commit | 6c24a820f1b18e1981a52448317e49242f559c9a (patch) | |
| tree | f2e91c113d3a5b30dc484c92a9b16104c6a8efc8 | |
| parent | [serversetup-bwlp-ipxe] Set menu timeout to 1 second in exam mode (diff) | |
| download | slx-admin-6c24a820f1b18e1981a52448317e49242f559c9a.tar.gz slx-admin-6c24a820f1b18e1981a52448317e49242f559c9a.tar.xz slx-admin-6c24a820f1b18e1981a52448317e49242f559c9a.zip | |
[serversetup-bwlp-ipxe] Remove unused function
| -rw-r--r-- | modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php index 3ffecba1..759f4cad 100644 --- a/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php +++ b/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php @@ -67,11 +67,6 @@ class IPxeMenu return $this->title; } - public function timeoutMs(): int - { - return $this->timeoutMs; - } - /** * @return int Number of items in this menu */ |
