Skip to content

Commit db7c9ec

Browse files
committed
status: remove native()
1 parent cd903c7 commit db7c9ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

status.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ const (
1414

1515
// Status represents status of indicator.
1616
type Status int
17-
18-
func (status Status) native() C.AppIndicatorStatus {
19-
return (C.AppIndicatorStatus)(status)
20-
}

0 commit comments

Comments
 (0)