staticcheck fix
This commit is contained in:
parent
4ec5712bd3
commit
5b3c524e0a
2 changed files with 1 additions and 5 deletions
|
@ -27,7 +27,6 @@ func InitWindow(width int32, height int32, title string) {
|
|||
|
||||
// SetCallbackFunc - Sets callback function
|
||||
func SetCallbackFunc(func()) {
|
||||
return
|
||||
}
|
||||
|
||||
// ShowCursor - Shows cursor
|
||||
|
@ -87,7 +86,6 @@ func LoadDroppedFiles() []string {
|
|||
|
||||
// UnloadDroppedFiles - Unload dropped filepaths
|
||||
func UnloadDroppedFiles() {
|
||||
return
|
||||
}
|
||||
|
||||
// OpenAsset - Open asset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue