diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-12-15 00:08:50 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-12-15 00:08:50 +0100 |
commit | 2fbdadf124b4e07997dd30d550d68beec8af2ae1 (patch) | |
tree | 9f77c90688b060fd933b845e607ffb8c47d46e72 | |
parent | 074af68578766b32bfc589089e290614b5ba6a8d (diff) | |
parent | 5fbad764df7b96618553a45facde73edb5e7bb9c (diff) | |
download | irssi-2fbdadf124b4e07997dd30d550d68beec8af2ae1.zip |
Merge pull request #384 from ailin-nemui/master
clean up after #303
-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; |