summaryrefslogtreecommitdiff
path: root/indra/newview/llautoreplace.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-05-11 14:31:45 -0400
committerOz Linden <oz@lindenlab.com>2012-05-11 14:31:45 -0400
commit6d9c0fab8f2c19fa624e3c1f697ee9c7f08d9245 (patch)
treeb4eea548b355a347368e252ef9b762e85121529d /indra/newview/llautoreplace.h
parent9bdb1d82f867147af44def8c1cca3dfb8259b99c (diff)
remove author tracking, non-wordstyle option, and notifications
Diffstat (limited to 'indra/newview/llautoreplace.h')
-rw-r--r--indra/newview/llautoreplace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llautoreplace.h b/indra/newview/llautoreplace.h
index b11c124a62..6c531d0040 100644
--- a/indra/newview/llautoreplace.h
+++ b/indra/newview/llautoreplace.h
@@ -33,9 +33,7 @@ public:
BOOL addReplacementList(LLSD newList);
BOOL removeReplacementList(std::string listName);
BOOL setListEnabled(std::string listName, BOOL enabled);
- BOOL setListAnnounceeState(std::string listName, BOOL announce);
BOOL setListPriority(std::string listName, int priority);
- BOOL setListStyle(std::string listName, BOOL announce);
std::string replaceWords(std::string words);
std::string replaceWord(std::string currentWord);
BOOL addEntryToList(std::string wrong, std::string right, std::string listName);