Skip to content

Commit

Permalink
Remove unused variable 'y'
Browse files Browse the repository at this point in the history
  • Loading branch information
majorsilence committed Jan 12, 2025
1 parent b8997c2 commit 1a7fa48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RdlGtk3/RenderCairo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ private void DrawStringTBRL(PageText pt, Cairo.Context g, Cairo.Rectangle r)
Rectangle ink;
layout.GetExtents(out ink, out logical);
double height = logical.Height / Scale.PangoScale;
double y = 0;
double x = 0;

switch (si.VerticalAlign)
Expand Down Expand Up @@ -508,7 +507,6 @@ private void DrawStringTBLR(PageText pt, Cairo.Context g, Cairo.Rectangle r)
Rectangle ink;
layout.GetExtents(out ink, out logical);
double height = logical.Height / Scale.PangoScale;
double y = 0;
double x = 0;

switch (si.VerticalAlign)
Expand Down

0 comments on commit 1a7fa48

Please sign in to comment.