diff options
Diffstat (limited to 'src/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index 945976077..95cd5c6dc 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -119,9 +119,8 @@ class EmoteShortcut final */ void save() const; - unsigned char mEmotes[SHORTCUT_EMOTES]; /**< The emote stored. */ - unsigned char mEmoteSelected; /**< The emote held - by cursor. */ + unsigned char mEmotes[SHORTCUT_EMOTES]; // The emote stored. + unsigned char mEmoteSelected; // The emote held by cursor. }; |