summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/extern.inc3
-rw-r--r--core/localboot.c5
2 files changed, 0 insertions, 8 deletions
diff --git a/core/extern.inc b/core/extern.inc
index ce4abfab..32efa58c 100644
--- a/core/extern.inc
+++ b/core/extern.inc
@@ -78,7 +78,4 @@
; font.c
extern pm_getchar, pm_adjust_screen, pm_userfont
- ; localboot.c
- extern pm_local_boot
-
%endif ; EXTERN_INC
diff --git a/core/localboot.c b/core/localboot.c
index 04635d47..0b8769e4 100644
--- a/core/localboot.c
+++ b/core/localboot.c
@@ -87,8 +87,3 @@ __export void local_boot(int16_t ax)
ireg.edx.w[0] = ax;
call16(local_boot16, &ireg, NULL);
}
-
-void pm_local_boot(com32sys_t *regs)
-{
- local_boot(regs->eax.w[0]);
-}