diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 00:21:18 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 00:21:18 +0200 |
commit | 626ed6338aa90eb07038adee29643e692fec6545 (patch) | |
tree | e00d7974eed67d913cd95c231c8d21d19d34e418 /src/client.h | |
parent | 3ac2abb0b5f84819abe6feea9d7b883b40369610 (diff) | |
download | minetest-626ed6338aa90eb07038adee29643e692fec6545.tar.gz minetest-626ed6338aa90eb07038adee29643e692fec6545.tar.bz2 minetest-626ed6338aa90eb07038adee29643e692fec6545.zip |
in before messing with face drawing orientation
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client.h b/src/client.h index 65b02a0e2..3789f4cbe 100644 --- a/src/client.h +++ b/src/client.h @@ -152,9 +152,7 @@ public: /* NOTE: Every public method should be thread-safe */ - Client(IrrlichtDevice *device, video::SMaterial *materials, - float delete_unused_sectors_timeout, - const char *playername); + Client(IrrlichtDevice *device, const char *playername); ~Client(); /* The name of the local player should already be set when @@ -280,8 +278,6 @@ private: float m_step_dtime; JMutex m_step_dtime_mutex; - float m_delete_unused_sectors_timeout; - // This is behind m_env_mutex. bool m_inventory_updated; |