Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/z_offset_calibration_panel.go')
-rwxr-xr-xui/z_offset_calibration_panel.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/z_offset_calibration_panel.go b/ui/z_offset_calibration_panel.go
index c61e6b6..7cefa6f 100755
--- a/ui/z_offset_calibration_panel.go
+++ b/ui/z_offset_calibration_panel.go
@@ -45,7 +45,6 @@ type zOffsetCalibrationPanel struct {
func ZOffsetCalibrationPanel(
ui *UI,
- parentPanel interfaces.IPanel,
) *zOffsetCalibrationPanel {
if zOffsetCalibrationPanelInstance == nil {
instane := &zOffsetCalibrationPanel {