diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-18 19:41:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-18 19:41:29 +0300 |
commit | 01b26b05ec787cb8cbfce27474362f5c29650f60 (patch) | |
tree | b1cc26b1ef4f6745d5b607df1093bb070f3939bb /src/gui/setup_relations.cpp | |
parent | 3b999f51c740d0541c53d223518e5e4bb482d996 (diff) | |
download | plus-01b26b05ec787cb8cbfce27474362f5c29650f60.tar.gz plus-01b26b05ec787cb8cbfce27474362f5c29650f60.tar.bz2 plus-01b26b05ec787cb8cbfce27474362f5c29650f60.tar.xz plus-01b26b05ec787cb8cbfce27474362f5c29650f60.zip |
Fix compilation warnings.
Diffstat (limited to 'src/gui/setup_relations.cpp')
-rw-r--r-- | src/gui/setup_relations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/setup_relations.cpp b/src/gui/setup_relations.cpp index 489d5a818..57a51e435 100644 --- a/src/gui/setup_relations.cpp +++ b/src/gui/setup_relations.cpp @@ -228,7 +228,6 @@ public: #define ACTION_OLD "old" #define ACTION_TABLE "table" #define ACTION_STRATEGY "strategy" -#define ACTION_WHISPER_TAB "whisper tab" Setup_Relations::Setup_Relations(): mPlayerTableTitleModel(new StaticTableModel(1, COLUMNS_NR)), |