From 78ee7d5717807e6ac779293d0d3c78341de6130a Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Sun, 28 Dec 2025 12:27:31 +0300 Subject: Move existing boards into subdits split per arch --- os/js/softcursor.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 os/js/softcursor.h (limited to 'os/js/softcursor.h') diff --git a/os/js/softcursor.h b/os/js/softcursor.h deleted file mode 100644 index 579914ec..00000000 --- a/os/js/softcursor.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * this should be #define'd to nothing if you have a hardware cursor - */ - -void cursormaybeoff(Rectangle*, Memimage*, Rectangle, Memimage*, Point*); - -/* - * also, you should #define cussoron() and cursoroff() to nothing - * if you have a hardware cursor.. This isn't as bad as it sounds, because - * this file is only included in port/devdraw.c, and it doesn't need to - * touch the cursor if it's a hardware cursor - * -Tad - */ -- cgit v1.2.3