summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverinfowindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-13 04:24:38 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-13 04:24:38 +0300
commitafa96f1f3deed2fff72a7ea7ed8aadc70f560360 (patch)
treeed5bb2b2c7c3284e83dad824ff867f4d1f5decd1 /src/gui/windows/serverinfowindow.cpp
parent9e400ed9be599e9d74bae6422f8c7e458a016de0 (diff)
downloadplus-afa96f1f3deed2fff72a7ea7ed8aadc70f560360.tar.gz
plus-afa96f1f3deed2fff72a7ea7ed8aadc70f560360.tar.bz2
plus-afa96f1f3deed2fff72a7ea7ed8aadc70f560360.tar.xz
plus-afa96f1f3deed2fff72a7ea7ed8aadc70f560360.zip
Remove unused interface from serverinfowindow.
Diffstat (limited to 'src/gui/windows/serverinfowindow.cpp')
-rw-r--r--src/gui/windows/serverinfowindow.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/windows/serverinfowindow.cpp b/src/gui/windows/serverinfowindow.cpp
index 99c0a902a..be5c47b00 100644
--- a/src/gui/windows/serverinfowindow.cpp
+++ b/src/gui/windows/serverinfowindow.cpp
@@ -38,7 +38,6 @@ ServerInfoWindow::ServerInfoWindow(ServerInfo &serverInfo) :
// TRANSLATORS: servers dialog name
Window(_("Server info"), Modal_false, nullptr, "server_info.xml"),
LinkHandler(),
- ActionListener(),
mServerInfo(serverInfo),
mBrowserBox(new BrowserBox(this, BrowserBoxMode::AUTO_SIZE, Opaque_true,
"browserbox.xml")),
@@ -83,14 +82,6 @@ ServerInfoWindow::~ServerInfoWindow()
{
}
-void ServerInfoWindow::action(const ActionEvent &event)
-{
- const std::string &eventId = event.getId();
- if (eventId == "close")
- {
- }
-}
-
void ServerInfoWindow::handleLink(const std::string &link,
MouseEvent *const event A_UNUSED)
{