Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dresswithpockets committed May 31, 2023
1 parent d392c1f commit cb11aa7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bindgen/gen.odin
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ generate_global_enums :: proc(state: ^State, sb: ^strings.Builder) {
}

generate_utility_functions :: proc(state: ^State, sb: ^strings.Builder) {
// PtrUtilityFunction :: #type proc "c" (returns: TypePtr, args: [^]TypePtr, arg_count: int)
/*
@private
__%v__: gdextension.PtrUtilityFunction
*/

fmt.sbprint(sb, "import \"../gdextension\"\n")
fmt.sbprint(sb, "import \"../variant\"\n\n")

Expand Down

0 comments on commit cb11aa7

Please sign in to comment.