summaryrefslogtreecommitdiff
path: root/stdlib/syscall.asm
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/syscall.asm')
-rw-r--r--stdlib/syscall.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/stdlib/syscall.asm b/stdlib/syscall.asm
index eba7ec0..922ca1b 100644
--- a/stdlib/syscall.asm
+++ b/stdlib/syscall.asm
@@ -28,8 +28,3 @@ get_framebuffer:
pop rcx
mov dword [rcx], esi
ret
-
-draw_framebuffer:
- mov rax, 2
- syscall
- ret