Remove Limited Session

This commit is contained in:
Oskar Wallgren
2016-09-10 16:01:55 +02:00
parent 08201c2024
commit 290556e43d
3 changed files with 7 additions and 38 deletions

View File

@@ -110,8 +110,7 @@ public:
enum SessionState
{
Normal,
Recover,
Limited,
Recover
};
void setSession( SessionState session )