1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

clean up after #303

This commit is contained in:
ailin-nemui 2015-12-15 00:08:44 +01:00
parent 074af68578
commit 5fbad764df
2 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

@ -7,8 +7,6 @@
#include "formats.h"
//typedef struct _HILIGHT_REC HILIGHT_REC;
struct _HILIGHT_REC {
char *text;