diff --git a/PlayWallNative/bin/de/tobias/playpad/NativeAudio$NativeAudioDelegate.class b/PlayWallNative/bin/de/tobias/playpad/NativeAudio$NativeAudioDelegate.class
deleted file mode 100644
index 94add9016c45847affc7a8504c1f1c7098ba07d7..0000000000000000000000000000000000000000
Binary files a/PlayWallNative/bin/de/tobias/playpad/NativeAudio$NativeAudioDelegate.class and /dev/null differ
diff --git a/PlayWallNative/bin/de/tobias/playpad/NativeAudio.class b/PlayWallNative/bin/de/tobias/playpad/NativeAudio.class
deleted file mode 100644
index c5f0439f799d55d65ce9dee93b08243b9b005557..0000000000000000000000000000000000000000
Binary files a/PlayWallNative/bin/de/tobias/playpad/NativeAudio.class and /dev/null differ
diff --git a/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandler.class b/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandler.class
deleted file mode 100644
index e65fdb615d0905222d4e5ac3e7e17bc396deaeb6..0000000000000000000000000000000000000000
Binary files a/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandler.class and /dev/null differ
diff --git a/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandlerConnect.class b/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandlerConnect.class
deleted file mode 100644
index bd8edabc909d978389efd81ed7a6e477b245fdcd..0000000000000000000000000000000000000000
Binary files a/PlayWallNative/bin/de/tobias/playpad/NativeAudioMacHandlerConnect.class and /dev/null differ
diff --git a/PlayWallNative/bin/de/tobias/playpad/NativeAudioTest.class b/PlayWallNative/bin/de/tobias/playpad/NativeAudioTest.class
deleted file mode 100644
index 3228cfd18da92c2aab164674a4ea0aaf208e1cf8..0000000000000000000000000000000000000000
Binary files a/PlayWallNative/bin/de/tobias/playpad/NativeAudioTest.class and /dev/null differ
diff --git a/PlayWallNative/bin/de_tobias_playpad_NativeAudio.h b/PlayWallNative/bin/de_tobias_playpad_NativeAudio.h
deleted file mode 100644
index 4bd710308b879f953bd90b3e96a9aa1ec1e2ef92..0000000000000000000000000000000000000000
--- a/PlayWallNative/bin/de_tobias_playpad_NativeAudio.h
+++ /dev/null
@@ -1,85 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
-/* Header for class de_tobias_playpad_NativeAudio */
-
-#ifndef _Included_de_tobias_playpad_NativeAudio
-#define _Included_de_tobias_playpad_NativeAudio
-#ifdef __cplusplus
-extern "C" {
-#endif
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    play
- * Signature: (I)V
- */
-JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_play
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    pause
- * Signature: (I)V
- */
-JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_pause
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    stop
- * Signature: (I)V
- */
-JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_stop
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    getVolume
- * Signature: (I)D
- */
-JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getVolume
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    setVolume
- * Signature: (ID)V
- */
-JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_setVolume
-  (JNIEnv *, jclass, jint, jdouble);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    load
- * Signature: (ILjava/lang/String;)Z
- */
-JNIEXPORT jboolean JNICALL Java_de_tobias_playpad_NativeAudio_load
-  (JNIEnv *, jclass, jint, jstring);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    dispose
- * Signature: (I)V
- */
-JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_dispose
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    getDuration
- * Signature: (I)D
- */
-JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getDuration
-  (JNIEnv *, jclass, jint);
-
-/*
- * Class:     de_tobias_playpad_NativeAudio
- * Method:    getPosition
- * Signature: (I)D
- */
-JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getPosition
-  (JNIEnv *, jclass, jint);
-
-#ifdef __cplusplus
-}
-#endif
-#endif