mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
removed unused variable
This commit is contained in:
parent
e1b3b9d967
commit
28c5d5b7bf
2 changed files with 1 additions and 4 deletions
|
@ -139,8 +139,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
|
||||||
_recentMaxPackets(0),
|
_recentMaxPackets(0),
|
||||||
_resetRecentMaxPacketsSoon(true),
|
_resetRecentMaxPacketsSoon(true),
|
||||||
_swatch(NULL),
|
_swatch(NULL),
|
||||||
_pasteMode(false),
|
_pasteMode(false)
|
||||||
_nextCreatorTokenID(0)
|
|
||||||
{
|
{
|
||||||
_applicationStartupTime = startup_time;
|
_applicationStartupTime = startup_time;
|
||||||
_window->setWindowTitle("Interface");
|
_window->setWindowTitle("Interface");
|
||||||
|
|
|
@ -491,8 +491,6 @@ private:
|
||||||
|
|
||||||
std::vector<VoxelFade> _voxelFades;
|
std::vector<VoxelFade> _voxelFades;
|
||||||
std::vector<Avatar*> _avatarFades;
|
std::vector<Avatar*> _avatarFades;
|
||||||
|
|
||||||
uint32_t _nextCreatorTokenID;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__interface__Application__) */
|
#endif /* defined(__interface__Application__) */
|
||||||
|
|
Loading…
Reference in a new issue