summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/guildhandler.cpp5
-rw-r--r--src/net/ea/guildhandler.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/src/net/ea/guildhandler.cpp b/src/net/ea/guildhandler.cpp
index 0326ad82b..020897193 100644
--- a/src/net/ea/guildhandler.cpp
+++ b/src/net/ea/guildhandler.cpp
@@ -60,11 +60,6 @@ GuildHandler::~GuildHandler()
delete2(guildTab);
}
-void GuildHandler::requestAlliance(const int guildId A_UNUSED,
- const int otherGuildId A_UNUSED) const
-{
-}
-
void GuildHandler::requestAllianceResponse(const int guildId A_UNUSED,
const int otherGuildId A_UNUSED,
const bool response A_UNUSED) const
diff --git a/src/net/ea/guildhandler.h b/src/net/ea/guildhandler.h
index 0485e5cfc..6a8b78fbd 100644
--- a/src/net/ea/guildhandler.h
+++ b/src/net/ea/guildhandler.h
@@ -42,9 +42,6 @@ class GuildHandler notfinal : public Net::GuildHandler
virtual ~GuildHandler();
- void requestAlliance(const int guildId,
- const int otherGuildId) const override final;
-
void requestAllianceResponse(const int guildId, const int otherGuildId,
const bool response) const override final;