Skip to content

Commit

Permalink
chore: rm
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 24, 2024
1 parent 011a7a8 commit 1c487bd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use web_audio_api::context::{AudioContext, BaseAudioContext, OfflineAudioContext
use web_audio_api::media_streams::{MediaStream, MediaStreamTrack};
use web_audio_api::node::*;
use web_audio_api::{AudioBuffer, AudioParam, Event, OfflineAudioCompletionEvent};
use crate::frb_generated::FLUTTER_RUST_BRIDGE_HANDLER;

#[ext]
pub impl AudioContext {
Expand Down Expand Up @@ -120,10 +119,6 @@ macro_rules! handle_audio_scheduled_source_node_trait_impls_override {
};
}

fn f () {
FLUTTER_RUST_BRIDGE_HANDLER.thread_pool();
}

handle_audio_scheduled_source_node_trait_impls_override!(ConstantSourceNode);
handle_audio_scheduled_source_node_trait_impls_override!(OscillatorNode);
handle_audio_scheduled_source_node_trait_impls_override!(AudioBufferSourceNode);
Expand Down

0 comments on commit 1c487bd

Please sign in to comment.