diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-03-18 00:50:15 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-03-20 15:08:47 +0100 |
commit | e503901c3a7cc07b409ed8bc3209908f0091652d (patch) | |
tree | dae97a15e50c43c9e0f493a116a270b6140400e9 /src/utils | |
parent | 9d6a1f4c881d8a77d7bde3244a6543b0cbe31718 (diff) | |
download | manaserv-e503901c3a7cc07b409ed8bc3209908f0091652d.tar.gz manaserv-e503901c3a7cc07b409ed8bc3209908f0091652d.tar.bz2 manaserv-e503901c3a7cc07b409ed8bc3209908f0091652d.tar.xz manaserv-e503901c3a7cc07b409ed8bc3209908f0091652d.zip |
General cleanups and code style fixes
A bunch of variables that were continuously requested from the
configuration are now members of the AccountHandler.
Reviewed-by: Freeyorp
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/stringfilter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/stringfilter.h b/src/utils/stringfilter.h index 3069f411..1ccb5c72 100644 --- a/src/utils/stringfilter.h +++ b/src/utils/stringfilter.h @@ -42,7 +42,6 @@ class StringFilter * Load slang list from the config file. * * @return true is the config is loaded succesfully - * */ bool loadSlangFilterList(); @@ -50,7 +49,6 @@ class StringFilter * Write slang list to the config file. * * @return true is the config is loaded succesfully - * */ void writeSlangFilterList(); |