Remove redundant, unused constructor
We already have @AllArgsConstructor
This commit is contained in:
committed by
Sheepit Renderfarm
parent
9795f01433
commit
1c925da0a9
@@ -112,12 +112,6 @@ import lombok.Data;
|
||||
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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user