Merge pull request #2243 from Cockatrice/remote-client-timer-from-featureset
Remove client idle timer flag from feature set
This commit is contained in:
commit
dfc4d9937b
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList) {
|
||||||
featureList.insert("room_chat_history", false);
|
featureList.insert("room_chat_history", false);
|
||||||
featureList.insert("client_warnings", false);
|
featureList.insert("client_warnings", false);
|
||||||
featureList.insert("mod_log_lookup", false);
|
featureList.insert("mod_log_lookup", false);
|
||||||
featureList.insert("client_inactivetimeout", false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName){
|
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName){
|
||||||
|
|
Loading…
Reference in a new issue