diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-10 12:02:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-10 12:02:31 +0300 |
commit | 3187428bb2f7b929e31ebf64b1e21d9c0fbc4f2b (patch) | |
tree | fa1704b43d0a1c5b3c7b67f1e4f9f8142f39d0be /plugins/NewStory/src/fonts.h | |
parent | 258cb3c6a167d7f3ca125de2d7ba70ea2ef65a63 (diff) |
NewStory: memory leak fix + small quirks fixed
Diffstat (limited to 'plugins/NewStory/src/fonts.h')
-rw-r--r-- | plugins/NewStory/src/fonts.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewStory/src/fonts.h b/plugins/NewStory/src/fonts.h index 6707639d16..55875643c6 100644 --- a/plugins/NewStory/src/fonts.h +++ b/plugins/NewStory/src/fonts.h @@ -5,6 +5,7 @@ enum { + COLOR_INNICK, COLOR_OUTNICK, COLOR_INMSG, COLOR_OUTMSG, COLOR_INFILE, COLOR_OUTFILE, COLOR_STATUS, @@ -26,8 +27,6 @@ extern MyColourID g_colorTable[COLOR_COUNT]; enum { - FONT_INNICK, - FONT_OUTNICK, FONT_INMSG, FONT_OUTMSG, FONT_INFILE, |