[webkit-changes] [WebKit/WebKit] 289dfe: Remove unused `ColumnInfo.h`

Ahmad Saleem noreply at github.com
Thu Feb 1 10:56:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 289dfe401a1291b1f664366fdbb571ead33c37f7
      https://github.com/WebKit/WebKit/commit/289dfe401a1291b1f664366fdbb571ead33c37f7
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    R Source/WebCore/rendering/ColumnInfo.h

  Log Message:
  -----------
  Remove unused `ColumnInfo.h`

https://bugs.webkit.org/show_bug.cgi?id=268545

Reviewed by Tim Nguyen.

This patch is to remove `ColumnInfo.h` since it is unused.

* Source/WebCore/rendering/ColumnInfo.h: Deleted
(desiredColumnWidth): Remove both 'unsigned' and 'LayoutUnit'
(setDesiredColumnWidth): Ditto
(columnCount): Removed
(columnHeight): Ditto
(setColumnCountAndHeight): Ditto
(setColumnHeight): Ditto
(updateMinimumColumnHeight): Remove both 'unsigned' and 'LayoutUnit'
(forcedBreaks): Removed
(forcedBreakOffset): Ditto
(clearForcedBreaks): Ditto
(addForcedBreak): Ditto
(paginationUnit): Ditto
(setPaginationUnit): Ditto
(progressionIsInline): Ditto
(setProgressionIsInline): Ditto
(progressionIsReversed): Ditto
(setProgressionIsReversed): Ditto
* Source/WebCore/WebCore.xcodeproj/project.pbxproj: Update

Canonical link: https://commits.webkit.org/273925@main




More information about the webkit-changes mailing list