Skip to content

Commit

Permalink
Remove driver getters for the playground
Browse files Browse the repository at this point in the history
Unless the driver implementation is finished for the playground,
this is confusing. Let's remove this.

Updates hajimehoshi#871
  • Loading branch information
hajimehoshi committed Sep 2, 2019
1 parent 52900fa commit 675db37
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 72 deletions.
2 changes: 1 addition & 1 deletion graphicsdriver_opengl.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build android freebsd ios js linux,cgo windows
// +build android freebsd ios js linux windows

// As the Go playground tries to compile this with CGO_ENABLED=0 and GOOS=linux, check Cgo on build tags.

Expand Down
35 changes: 0 additions & 35 deletions graphicsdriver_playground.go

This file was deleted.

2 changes: 1 addition & 1 deletion uidriver_glfw.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build darwin freebsd linux,cgo windows
// +build darwin freebsd linux windows
// +build !android
// +build !ios
// +build !js
Expand Down
35 changes: 0 additions & 35 deletions uidriver_playground.go

This file was deleted.

0 comments on commit 675db37

Please sign in to comment.