diff src/strings.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 4050675965ea
line wrap: on
line diff
--- a/src/strings.inc	Sun Jun 30 23:22:32 2019 +0200
+++ b/src/strings.inc	Thu Sep 19 12:01:29 2019 +0200
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File strings.asm                          combined next generation V3.03.2
+;   File strings.asm                          combined next generation V3.03.5
 ;
 ;   Implementation code various string functions
 ;
@@ -144,13 +144,11 @@
 	DB		x, y
 	endm
 
- IFDEF _huge_font
 	extern	start_huge_block
 WIN_HUGE macro x, y
 	call	start_huge_block
 	DB		x, y
 	endm
- ENDIF
 
 ;=============================================================================
 ; Shortcuts for compact display programmings