summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h9
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;