Skip to content

Commit ee2722c

Browse files
committed
- Remove redundant content
1 parent 5e123ed commit ee2722c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public TestGraphicsEventHandler ( nint element, SciterAPIHost host ) : base ( el
5252
public GraphicsTextModel Text2 { get; set; }
5353

5454
public override void DrawEvent ( DrawEvents command, nint gfx, SciterRectangle area, uint reserved ) {
55-
var (position, size) = Host.GetMainWindowPositionAndSize ();
56-
Console.WriteLine ( $"Position: {position.X} - {position.Y}" );
57-
5855
if ( command == DrawEvents.DRAW_CONTENT ) {
5956
Host.GraphicsSaveState ( gfx );
6057
Host.GraphicsFillColor ( gfx, Color1 );

0 commit comments

Comments
 (0)