From d0b1e5f906b301a6292efa312f4e47c969a72b3d Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 1 Apr 2019 20:51:10 +0200 Subject: [PATCH] put perl code in comment instead of #if 0 --- qcsrc/menu/skin-customizables.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/menu/skin-customizables.inc b/qcsrc/menu/skin-customizables.inc index 3889b341b..54f6283b8 100644 --- a/qcsrc/menu/skin-customizables.inc +++ b/qcsrc/menu/skin-customizables.inc @@ -1,4 +1,4 @@ -#if 0 +/* "Perl code to convert this to a skinvalues.txt file."; print "title Generic\n"; print "author Morphed\n"; @@ -32,7 +32,7 @@ while() } } __DATA__ -#endif +*/ SKINBEGIN // font sizes (used for everything) SKINFLOAT(FONTSIZE_NORMAL, 12); -- 2.39.2