From 5fbad764df7b96618553a45facde73edb5e7bb9c Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 15 Dec 2015 00:08:44 +0100 Subject: [PATCH] clean up after #303 --- src/fe-common/core/formats.h | 1 - src/fe-common/core/hilight-text.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/fe-common/core/formats.h b/src/fe-common/core/formats.h index 484105f9..a4b26852 100644 --- a/src/fe-common/core/formats.h +++ b/src/fe-common/core/formats.h @@ -45,7 +45,6 @@ struct _FORMAT_REC { #define PRINT_FLAG_SET_SERVERTAG 0x0010 #define PRINT_FLAG_UNSET_SERVERTAG 0x0020 -// FIXME: sould use better typedef struct _HILIGHT_REC HILIGHT_REC; typedef struct _TEXT_DEST_REC { diff --git a/src/fe-common/core/hilight-text.h b/src/fe-common/core/hilight-text.h index fa083882..3c897def 100644 --- a/src/fe-common/core/hilight-text.h +++ b/src/fe-common/core/hilight-text.h @@ -7,8 +7,6 @@ #include "formats.h" -//typedef struct _HILIGHT_REC HILIGHT_REC; - struct _HILIGHT_REC { char *text;