Skip to content

Commit

Permalink
Remove #cgo line from everything except sdl.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake committed Aug 3, 2012
1 parent cc6ee99 commit f061e97
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions blendmode.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package sdl

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions clipboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions error.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"errors"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions events.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "events.h"
Expand Down
2 changes: 0 additions & 2 deletions gesture.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package sdl

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions keyboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions keycode.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package sdl

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "keycode.h"
Expand Down
2 changes: 0 additions & 2 deletions mouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "mouse.h"
Expand Down
2 changes: 0 additions & 2 deletions pixels.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions rect.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions render.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions rwops.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "rwops.h"
Expand Down
2 changes: 0 additions & 2 deletions scancode.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package sdl

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions surface.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "surface.h"
Expand Down
2 changes: 0 additions & 2 deletions touch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down
2 changes: 0 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
//
// #include "version.h"
Expand Down
2 changes: 0 additions & 2 deletions video.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

// #cgo pkg-config: sdl2
//
// #include <SDL.h>
import "C"

Expand Down

0 comments on commit f061e97

Please sign in to comment.