diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/formats.h | 1 | ||||
-rw-r--r-- | src/fe-common/core/hilight-text.h | 2 |
2 files changed, 0 insertions, 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; |