From 7c0f34130c5ee2292ca62ee3b1c10edeb2583d45 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 24 Jun 2013 18:39:19 +0000 Subject: (svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it --- src/table/control_codes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/table') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 50233d5f6..2c616ab9d 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -27,8 +27,6 @@ enum StringControlCode { SCC_ENCODED = SCC_CONTROL_START, /* Display control codes */ - SCC_SETX, - SCC_SETXY, SCC_TINYFONT, ///< Switch to small font SCC_BIGFONT, ///< Switch to large font -- cgit v1.2.3-54-g00ecf