FIX: fixed bug in message.cpp and removed track from lib

This commit is contained in:
Henry Winkel
2022-12-21 14:11:57 +01:00
parent 8c6bb1bb0d
commit f767fd425f
6 changed files with 0 additions and 1460 deletions

View File

@@ -61,8 +61,6 @@ add_library(whisper-com STATIC
src/WHISPER/Messages/Leave.cpp
include/WHISPER/Messages/Track.hpp
src/WHISPER/Messages/Track.cpp
@@ -72,7 +70,6 @@ add_library(whisper-com STATIC
include/WHISPER/Messages/Protos/join.pb.cc
include/WHISPER/Messages/Protos/leave.pb.cc
include/WHISPER/Messages/Protos/raw_track.pb.cc
)