Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameconnection.cc')
-rw-r--r--src/core/gameconnection.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/gameconnection.cc b/src/core/gameconnection.cc
index b615b5f..c0a769c 100644
--- a/src/core/gameconnection.cc
+++ b/src/core/gameconnection.cc
@@ -99,8 +99,6 @@ Info *GameConnection::info(const std::string &label)
// create a new information record and set the label
info = new Info(label);
- Info::add(info);
-
info->text().push_back("Requesting information...");
// send an information request to the server