Skip to content

Commit

Permalink
remove func
Browse files Browse the repository at this point in the history
  • Loading branch information
arng40 committed Dec 6, 2024
1 parent 0a0371e commit b2394b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/coreComponents/common/format/table/TableLayout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ class TableLayout
* @param alignment The alignment of the cell (left, right, or center).
*/
CellLayout( CellType cellType, string const & value, TableLayout::Alignment alignment );

/**
* @brief Sets the maximum size for the cell.
* @param size The maximum size to set for the cell.
*/
void setMaxCellSize( size_t size );//todo supp
};

/**
Expand Down Expand Up @@ -413,11 +407,6 @@ class TableLayout
*/
bool isLineBreakEnabled() const;

/**
* @brief Remove all subcolumn in all columns
* Can be used if we want to reuse a TableLayout without keep subcolumns
*/
void removeSubColumn();

/**
* @return The border margin, number of spaces at both left and right table sides plus vertical character
Expand Down

0 comments on commit b2394b7

Please sign in to comment.