summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/V86/V86.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/TaskManager/V86/V86.ns.h')
-rw-r--r--Source/Kernel/TaskManager/V86/V86.ns.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Kernel/TaskManager/V86/V86.ns.h b/Source/Kernel/TaskManager/V86/V86.ns.h
index 6e8797a..98f3ead 100644
--- a/Source/Kernel/TaskManager/V86/V86.ns.h
+++ b/Source/Kernel/TaskManager/V86/V86.ns.h
@@ -22,10 +22,6 @@ inline FARPTR LINEAR_TO_FP(void* ptr) {
#define V86_ALLOC_START 0x1000
#define V86_ALLOC_END 0x9000
-
-//This sample V86 function switches to graphical mode 13. Useless.
-extern "C" v86_function_t v86test;
-
namespace V86 {
void run(v86_function_t& entry, registers_t &regs, u32int data);