diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:54:21 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:54:21 +0200 |
commit | f98b3a5609ee411b0e35925d6b838bc46cd780f8 (patch) | |
tree | 87cd1a78bc63118c58676e58269ab8a7b66ee391 /src | |
parent | c42f8b98df530e6e7386772e6153618d5c8e5980 (diff) |
Remove duplicate
Diffstat (limited to 'src')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 230a9a10..5921999e 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -116,7 +116,6 @@ struct xchatprefs char font_normal[4 * FONTNAMELEN + 1]; char font_main[FONTNAMELEN + 1]; char font_alternative[3 * FONTNAMELEN + 1]; - char font_normal[FONTNAMELEN + 1]; char doubleclickuser[256]; char spell_langs[64]; char sounddir[PATHLEN + 1]; |