Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed Dec 9, 2024
1 parent e66bac1 commit 492e7af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions instat/UserControls/DataGrid/ReoGrid/ucrDataViewReoGrid.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Public Class ucrDataViewReoGrid

Public Event WorksheetRemoved(worksheet As clsWorksheetAdapter) Implements IDataViewGrid.WorksheetRemoved

Private toolTip1 As New ToolTip()

Public Sub AddColumns(visiblePage As clsDataFramePage) Implements IDataViewGrid.AddColumns
Dim workSheetColumnHeader As ColumnHeader
Dim variableTextColour As Color
Expand Down Expand Up @@ -104,7 +102,6 @@ Public Class ucrDataViewReoGrid
End If
Next


If dataFrame.clsFilterOrColumnSelection.bFilterApplied Then
grdData.CurrentWorksheet.ScrollToCell("A1") ' will always set the scrollbar at the top.
End If
Expand Down
2 changes: 0 additions & 2 deletions instat/static/InstatObject/R/data_object_R6.R
Original file line number Diff line number Diff line change
Expand Up @@ -1005,9 +1005,7 @@ DataSheet$set("public", "rename_column_in_data", function(curr_col_name = "", ne
} else if (type == "rename_with") {
if (missing(.fn)) stop(.fn, "is missing with no default.")
curr_col_names <- names(curr_data)
current_geom_col <- attr(private$data, "sf_column")
private$data <- curr_data |>

dplyr::rename_with(
.fn = .fn,
.cols = {{ .cols }}, ...
Expand Down

0 comments on commit 492e7af

Please sign in to comment.