X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=8c9f8a167ca3915d0f7c6df6d20184c4e77e895e;hb=9a256c6c6a756378cb53c89d42e362bbaa2fc5c0;hp=0f3d243b890849d1d847021f07c18df4c0b7cbce;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 0f3d243..8c9f8a1 100644 --- a/src/device.h +++ b/src/device.h @@ -43,15 +43,6 @@ extern "C" { SCM vsync, SCM receiver); - SCM - irr_getGUIEnvironment (SCM wrapped_device); - - SCM - irr_getSceneManager (SCM wrapped_device); - - SCM - irr_getVideoDriver (SCM wrapped_device); - SCM irr_setWindowCaption (SCM wrapped_device, SCM text);