Skip to content

Commit

Permalink
Remove CircularFifo
Browse files Browse the repository at this point in the history
It is not used anymore
  • Loading branch information
fgo-ableton committed Mar 23, 2022
1 parent ad0bfaa commit d03361f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 179 deletions.
1 change: 0 additions & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ project(LinkCore)
set(link_core_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ableton/link)
set(link_core_HEADERS
${link_core_DIR}/Beats.hpp
${link_core_DIR}/CircularFifo.hpp
${link_core_DIR}/ClientSessionTimelines.hpp
${link_core_DIR}/Controller.hpp
${link_core_DIR}/Gateway.hpp
Expand Down
95 changes: 0 additions & 95 deletions include/ableton/link/CircularFifo.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ set(link_discovery_test_SOURCES

set(link_core_test_SOURCES
ableton/link/tst_Beats.cpp
ableton/link/tst_CircularFifo.cpp
ableton/link/tst_ClientSessionTimelines.cpp
ableton/link/tst_Controller.cpp
ableton/link/tst_HostTimeFilter.cpp
Expand Down
82 changes: 0 additions & 82 deletions src/ableton/link/tst_CircularFifo.cpp

This file was deleted.

0 comments on commit d03361f

Please sign in to comment.