Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jul 17, 2024
1 parent aa45a6c commit 586bca1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/layout/constraints/GridConstraintTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ if ( PixelComparisonTestUtils.platformSupportsPixelComparisonTests() ) {
new Rectangle( { fill: 'yellow', layoutOptions: { column: 2, ...topLayoutOptions }, ...topOptions } ),
new Rectangle( { fill: 'green', layoutOptions: { column: 3, ...topLayoutOptions }, ...topOptions } ),
new Rectangle( { fill: 'blue', layoutOptions: { column: 4, ...topLayoutOptions }, ...topOptions } )

// new Rectangle( 0, 0, 350, 50, { fill: 'black', layoutOptions: { row: 1, column: 0, horizontalSpan: 2} } ),
// new Rectangle( 0, 0, 300, 50, { fill: 'black', layoutOptions: { row: 2, column: 1, horizontalSpan: 2} } ),
//new Rectangle( 0, 0, 300, 50, { fill: 'black', layoutOptions: { row: 3, column: 1, horizontalSpan: 2} } ),
]
} );

Expand Down

0 comments on commit 586bca1

Please sign in to comment.