Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Apr 11, 2015
1 parent 5002c7c commit 2ad76a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion module/steamtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ SteamTools::SteamTools()
m_APiActivatedCallback(nullptr),
m_APiShutdownCallback(nullptr),

m_LastThinkTime(0.0f),
m_Loaded(false)
{
}
Expand Down
3 changes: 1 addition & 2 deletions module/steamtools.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ class SteamTools
void (*m_APiActivatedCallback)();
void (*m_APiShutdownCallback)();

float m_LastThinkTime;
bool m_Loaded;
bool m_Loaded;
};

extern ke::AutoPtr<SteamTools> g_SteamTools;
Expand Down

0 comments on commit 2ad76a4

Please sign in to comment.