Merge branch 'Conf-Constructor' into 'master'

Remove redundant, unused constructor

See merge request sheepitrenderfarm/client!259
This commit is contained in:
Sheepit Renderfarm
2023-10-19 12:14:20 +00:00

View File

@@ -112,12 +112,6 @@ import lombok.Data;
this.theme = null; this.theme = null;
} }
public Configuration(Configuration config) {
this(config.configFilePath, config.workingDirectory, config.sharedDownloadsDirectory, config.storageDirectory, config.userHasSpecifiedACacheDir,
config.static_exeDirName, config.login, config.password, config.proxy, config.maxUploadingJob, config.nbCores, config.maxAllowedMemory, config.maxRenderTime,
config.priority, config.computeMethod, config.GPUDevice, config.detectGPUs, config.printLog, config.requestTime, config.shutdownTime,
config.shutdownMode, config.extras, config.autoSignIn, config.useSysTray, config.headless, config.UIType, config.hostname, config.theme);
}
/** /**
* @return string formatted with SheepIt Admin Log Viewer in mind * @return string formatted with SheepIt Admin Log Viewer in mind
*/ */