Skip to content

Commit

Permalink
Remove old OpenAL comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jun 29, 2019
1 parent 892813d commit 4ad1fa8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions examples/audio/audio_module_playing.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
*
* raylib [audio] example - Module playing (streaming)
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.5 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
Expand Down
2 changes: 0 additions & 2 deletions examples/audio/audio_music_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
*
* raylib [audio] example - Music playing (streaming)
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
Expand Down
4 changes: 2 additions & 2 deletions examples/audio/audio_raw_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
*
* raylib [audio] example - Raw audio streaming
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.6 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox)
*
* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/
Expand Down
2 changes: 0 additions & 2 deletions examples/audio/audio_sound_loading.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
*
* raylib [audio] example - Sound loading and playing
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
Expand Down

0 comments on commit 4ad1fa8

Please sign in to comment.