Skip to content

Commit 87e0b2f

Browse files
committed
minor: remove unused struct member
1 parent 8d31197 commit 87e0b2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

event-loop.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ type EventLoop struct {
2222

2323
// timeout for non-Rendering events that needs to be processed in a polling manner
2424
platformMessageRefreshRate time.Duration
25-
26-
// indetifer for the current thread
27-
mainThreadID uint64
2825
}
2926

3027
// newEventLoop must ALWAYS be called if the calling goroutine is

0 commit comments

Comments
 (0)