summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-15 00:08:44 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-15 00:08:44 +0100
commit5fbad764df7b96618553a45facde73edb5e7bb9c (patch)
tree9f77c90688b060fd933b845e607ffb8c47d46e72 /src
parent074af68578766b32bfc589089e290614b5ba6a8d (diff)
downloadirssi-5fbad764df7b96618553a45facde73edb5e7bb9c.zip
clean up after #303
Diffstat (limited to 'src')
-rw-r--r--src/fe-common/core/formats.h1
-rw-r--r--src/fe-common/core/hilight-text.h2
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;