Skip to content

Commit

Permalink
Removed unused variable (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kofhein authored Sep 6, 2024
1 parent 30b3d4a commit 63b57ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ void BinaryMessengerImpl::Send(const std::string& channel,
captures->reply(data, data_size);
delete captures;
};
bool result = FlutterDesktopMessengerSendWithReply(

FlutterDesktopMessengerSendWithReply(
messenger_, channel.c_str(), message, message_size, message_reply,
captures, [](void* captures_data) {
auto captures = reinterpret_cast<Captures*>(captures_data);
Expand Down

0 comments on commit 63b57ca

Please sign in to comment.