Deactivate hotkey scoping for now

This commit is contained in:
Tomasz Śniatowski 2008-07-14 17:41:57 +01:00
parent d17a469df5
commit f6ec5f7529

View file

@ -218,7 +218,7 @@ void set_scope_active(scope s, bool set)
bool is_scope_active(scope s)
{
return scope_active_[s];
return true; //scope_active_[s];
}
const std::string& get_scope_string(scope s)