Remove 2 unused variables

This commit is contained in:
Roy-043
2023-11-22 11:45:34 +01:00
committed by Yorik van Havre
parent 3fef8bfca0
commit 0fdbf9726f

View File

@@ -81,8 +81,8 @@ def _param_observer_callback_snapwidget():
msg = translate("draft",
"""The Snap widget is only available in the Draft Workbench.
Switch to that workbench to see the result of this change.""")
res = QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg,
QtGui.QMessageBox.Ok)
QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg,
QtGui.QMessageBox.Ok)
def _param_observer_callback_scalewidget():
@@ -93,8 +93,8 @@ def _param_observer_callback_scalewidget():
msg = translate("draft",
"""The Annotation scale widget is only available in the Draft Workbench.
Switch to that workbench to see the result of this change.""")
res = QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg,
QtGui.QMessageBox.Ok)
QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg,
QtGui.QMessageBox.Ok)
def _param_observer_callback_snapstyle():