mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 08:20:42 +00:00
scons: clean up unused sdl_net helper
This commit is contained in:
parent
5a75a242c5
commit
fd1c94b2f8
|
@ -363,12 +363,6 @@ if env["prereqs"]:
|
|||
conf.CheckLib("vorbis")
|
||||
conf.CheckLib("mikmod")
|
||||
|
||||
|
||||
def have_sdl_net():
|
||||
return \
|
||||
conf.CheckSDL(require_version = SDL2_version) & \
|
||||
conf.CheckSDL("SDL2_net", header_file = "SDL_net")
|
||||
|
||||
def have_sdl_other():
|
||||
return \
|
||||
conf.CheckSDL(require_version = SDL2_version) & \
|
||||
|
|
Loading…
Reference in New Issue
Block a user