Skip to content

Commit

Permalink
Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 13, 2023
1 parent a38b606 commit 7ed87d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions ui/text/text_block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ QFixed LineBreakHelper::negativeRightBearing() const {
return qAbs(rightBearing);
}

QString DebugCurrentParsingString, DebugCurrentParsingPart;
int DebugCurrentParsingFrom = 0;
int DebugCurrentParsingLength = 0;

void addNextCluster(
int &pos,
int end,
Expand Down
1 change: 0 additions & 1 deletion ui/wrap/table_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void TableLayout::paintEvent(QPaintEvent *e) {

auto path = QPainterPath();
path.addRoundedRect(inner, _st.radius, _st.radius);
auto top = half;
for (auto i = 1, count = int(_rows.size()); i != count; ++i) {
const auto y = _rows[i].top - half;
path.moveTo(half, y);
Expand Down

0 comments on commit 7ed87d0

Please sign in to comment.