diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-29 20:35:19 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-29 20:36:58 -0600 |
commit | bbf4d657e77fd39887b9941af1fe75a5ec27d988 (patch) | |
tree | d03c2973cff4d11e2eddbb856483369255ee40af /src/gui/chat.h | |
parent | 985e65f31b9cc06f13b733ddd5c7a9daa1331e21 (diff) | |
download | mana-bbf4d657e77fd39887b9941af1fe75a5ec27d988.tar.gz mana-bbf4d657e77fd39887b9941af1fe75a5ec27d988.tar.bz2 mana-bbf4d657e77fd39887b9941af1fe75a5ec27d988.tar.xz mana-bbf4d657e77fd39887b9941af1fe75a5ec27d988.zip |
Fix up eAthena party handling some more
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 3a2f7fdb..3cf2a738 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -159,11 +159,6 @@ class ChatWindow : public Window, */ void scroll(int amount); -#ifdef EATHENA_SUPPORT - char getPartyPrefix() const { return mPartyPrefix; } - void setPartyPrefix(char prefix) { mPartyPrefix = prefix; } -#endif - /** * Sets the file being recorded to * @@ -192,10 +187,6 @@ class ChatWindow : public Window, void adjustTabSize(); -#ifdef EATHENA_SUPPORT - char mPartyPrefix; /**< Messages beginning with the prefix are sent to - the party */ -#endif /** Used for showing item popup on clicking links **/ ItemLinkHandler *mItemLinkHandler; Recorder *mRecorder; |