fix compiling error on windows.

This commit is contained in:
Kevin Wan 2025-01-02 07:00:42 +00:00
parent acd2b94bd9
commit e89e2d8a75

View File

@ -25,10 +25,6 @@ func SetTimeToForceQuit(duration time.Duration) {
func Setup() {
}
// Setup does nothing on windows.
func Setup() {
}
// Shutdown does nothing on windows.
func Shutdown() {
}