diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-11 14:31:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-11 14:31:45 -0400 |
commit | 6d9c0fab8f2c19fa624e3c1f697ee9c7f08d9245 (patch) | |
tree | b4eea548b355a347368e252ef9b762e85121529d /indra/newview/llautoreplace.h | |
parent | 9bdb1d82f867147af44def8c1cca3dfb8259b99c (diff) |
remove author tracking, non-wordstyle option, and notifications
Diffstat (limited to 'indra/newview/llautoreplace.h')
-rw-r--r-- | indra/newview/llautoreplace.h | 2 |
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); |