8000 remote: remote redundant state handling in export_state() · ag-python-qt/git-cola@7676be7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7676be7

Browse files
committed
remote: remote redundant state handling in export_state()
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent b53983c commit 7676be7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cola/widgets/remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ def export_state(self):
729729
"""Export persistent settings"""
730730
state = RemoteActionDialog.export_state(self)
731731
state['prompt'] = get(self.prompt_checkbox)
732-
state['remote_messages'] = get(self.remote_messages_checkbox)
733732
state['tags'] = get(self.tags_checkbox)
734733
return state
735734

0 commit comments

Comments
 (0)
0