We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cba72b commit 30a5078Copy full SHA for 30a5078
1 file changed
objdiff-gui/src/views/function_diff.rs
@@ -147,12 +147,6 @@ impl FunctionViewState {
147
}
148
149
150
- /// Clear all row selections for all columns
151
- pub fn clear_all_row_selections(&mut self) {
152
- self.left_selected_rows.clear();
153
- self.right_selected_rows.clear();
154
- self.last_selected_row = None;
155
- }
156
157
/// Check if any rows are selected in a column
158
pub fn has_selected_rows(&self, column: usize) -> bool {
0 commit comments