Skip to content

Commit

Permalink
fix: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Makowski committed Nov 15, 2024
1 parent c14d4c8 commit 869dd64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-native-audio-api/common/cpp/utils/FFTFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ namespace audioapi {
class FFTFrame {
public:
explicit FFTFrame(int size);
// FFTFrame(const FFTFrame& frame);
// ~FFTFrame();

[[nodiscard]] float *getRealData() const {
return realData_;
Expand Down

0 comments on commit 869dd64

Please sign in to comment.