GUACAMOLE-363: Remove unused properties.

This commit is contained in:
Nick Couchman
2017-09-27 09:23:56 -04:00
parent 34711b7a92
commit 5ef7d116de

View File

@@ -105,32 +105,6 @@ public class SQLServerGuacamoleProperties {
}; };
/**
* Whether or not multiple users accessing the same connection at the same
* time should be disallowed.
*/
public static final BooleanGuacamoleProperty
SQLSERVER_DISALLOW_SIMULTANEOUS_CONNECTIONS =
new BooleanGuacamoleProperty() {
@Override
public String getName() { return "sqlserver-disallow-simultaneous-connections"; }
};
/**
* Whether or not the same user accessing the same connection or connection
* group at the same time should be disallowed.
*/
public static final BooleanGuacamoleProperty
SQLSERVER_DISALLOW_DUPLICATE_CONNECTIONS =
new BooleanGuacamoleProperty() {
@Override
public String getName() { return "sqlserver-disallow-duplicate-connections"; }
};
/** /**
* The maximum number of concurrent connections to allow overall. Zero * The maximum number of concurrent connections to allow overall. Zero
* denotes unlimited. * denotes unlimited.