summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h
index 7bfa26c0d..ab47cfa44 100644
--- a/src/client.h
+++ b/src/client.h
@@ -507,7 +507,7 @@ public:
LocalClientState getState() { return m_state; }
- void makeScreenshot(IrrlichtDevice *device);
+ void makeScreenshot();
inline void pushToChatQueue(const std::wstring &input)
{
@@ -529,8 +529,6 @@ public:
void showGameFog(const bool show = true);
void showGameDebug(const bool show = true);
- IrrlichtDevice *getDevice() const { return m_device; }
-
const Address getServerAddress()
{
return m_con.GetPeerAddress(PEER_ID_SERVER);