Skip to content

Commit

Permalink
musikr: fix broken jni build
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 20, 2025
1 parent 9d22cc3 commit 9685f3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions musikr/src/main/cpp/taglib_jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
#include "taglib/vorbisfile.h"
#include "taglib/wavfile.h"

std::unique_ptr<TagLib::FileRef> openFile(JNIEnv *env, jobject inputStream) {
}

bool parseMpeg(const char *name, TagLib::File *file,
JMetadataBuilder &jBuilder) {
auto *mpegFile = dynamic_cast<TagLib::MPEG::File*>(file);
Expand Down

0 comments on commit 9685f3c

Please sign in to comment.