]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/graph/rectangle.s
Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / geos-cbm / graph / rectangle.s
diff --git a/libsrc/geos-cbm/graph/rectangle.s b/libsrc/geos-cbm/graph/rectangle.s
deleted file mode 100644 (file)
index b3afafa..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-;
-; Maciej 'YTM/Alliance' Witkowiak
-;
-; 29.10.99
-
-; void Rectangle        (void);
-
-           .export _Rectangle
-           
-           .include "jumptab.inc"
-
-_Rectangle = Rectangle