]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_textsize.s
Renamed ..._deinstall -> ..._uninstall.
[cc65] / libsrc / tgi / tgi_textsize.s
index 1ed4d225c6a3b9a7ce6a92dad362ea3f079d8207..24c0d4a75864a13003b5e648d739a303230b7bc6 100644 (file)
@@ -1,4 +1,4 @@
-;                
+;
 ; Ullrich von Bassewitz, 22.06.2002
 ;
 
@@ -6,8 +6,6 @@
         .include        "tgi-kernel.inc"
 
         .import         _strlen, pushax, tosumulax
-        .export         _tgi_textwidth
-        .export         _tgi_textheight
 
 ;-----------------------------------------------------------------------------
 ; unsigned __fastcall__ tgi_textwidth (const char* s);
@@ -17,6 +15,7 @@
 
 
 _tgi_textwidth:
+
         ldy     _tgi_textdir            ; Get text direction
         bne     height