| Index: examples/audio/openal-ogg/openal_ogg.c
|
| diff --git a/examples/audio/openal-ogg/openal_ogg.c b/examples/audio/openal-ogg/openal_ogg.c
|
| index b63324cd2d328225358b252031032642f9f904ca..7d8418ff523af304e34bba43dbc0d0ff59dfe343 100644
|
| --- a/examples/audio/openal-ogg/openal_ogg.c
|
| +++ b/examples/audio/openal-ogg/openal_ogg.c
|
| @@ -206,11 +206,6 @@ void ReadSome(void* data) {
|
| assert(read_ret == PP_OK_COMPLETIONPENDING);
|
| }
|
|
|
| -/* This function is part of the NaCl libopenal port and is
|
| - * required to be called before OpenAL initialization.
|
| - */
|
| -extern void alSetPpapiInfo(PP_Instance, PPB_GetInterface);
|
| -
|
| void* InitializeOpenAL(void* data) {
|
| /* PPAPI should be the default device in NaCl, hence 'NULL'. */
|
| g_MyState.alc_device = alcOpenDevice(NULL);
|
|
|