summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/client.cxx b/client.cxx
index 3b406ad..26d8ad9 100644
--- a/client.cxx
+++ b/client.cxx
@@ -50,23 +50,4 @@ namespace QICClient {
order.setData(c_order);
}
- void Client::logIn(size_t (*handler)(void*, size_t, size_t, void*),
- icclient_member* member, QString const& username,
- QString const& password, QString const& successPage,
- QString const& nextPage, QString const& failPage)
- {
- icclient_member_login(handler, member, username.toLatin1().constData(),
- password.toLatin1().constData(),
- successPage.toLatin1().constData(),
- nextPage.toLatin1().constData(),
- failPage.toLatin1().constData());
- emit loggedIn(member);
- }
-
- void Client::logOut()
- {
- icclient_member_logout();
- emit loggedOut();
- }
-
}