From fc61e314442d22bb7886dba77380497b776fcb62 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Mon, 25 Jun 2007 12:44:11 +0200 Subject: 2007-06-25: Version 0.0.5rc3 - Updated Finnish translation (Submitted by Rolf Ahrenberg). - Added quickepgsearch, sport and music plugins in main menu logos (Submitted by zulu @vdr-portal.de). - Reworked debug() and error(). - Use required width of date for calculation of logo area with. - Don't let vector for text effects grow when moving through lists in menus. - Added internal translation of long weeksdays (Requested and translated by Pat @vdr-portal.de). - Support TrueTypeFonts again with VDR >=v1.5.4 (TTF width setup disabled). - Read OSD size from VDR's cOsd as suggested in VDR and Avards plugin. - Minor bugfixes and enhancements. --- tools.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index d19d785..606e9f1 100644 --- a/tools.h +++ b/tools.h @@ -10,16 +10,6 @@ #include "common.h" -#ifdef min -#undef min -#endif -#define min(x, y) (x < y ? x : y) - -#ifdef max -#undef max -#endif -#define max(x, y) (x > y ? x : y) - std::string parseaux(const char *str); bool ischaracters(const char *aux, const char *mask); -- cgit v1.2.3