Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 2, 2024
1 parent 0e4d6b0 commit 6a3c341
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/viewer/re_space_view_dataframe/src/dataframe_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ impl RowsDisplayData {
row_id_column_index,
})
}

fn num_rows(&self) -> u64 {
self.batch_ref_from_row.len() as u64
}
}

/// [`egui_table::TableDelegate`] implementation for displaying a [`QueryHandle`] in a table.
Expand Down

0 comments on commit 6a3c341

Please sign in to comment.