Skip to content

Commit

Permalink
removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Kaluza committed Sep 25, 2024
1 parent 16f1a8e commit ea80469
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/wrapasvst3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ struct ClapHostExtensions
#endif

void utf8_to_utf16l(const char* utf8string, uint16_t* target, size_t targetsize)
{
bool result = true;
{
uint32_t codepoint = 0;
int state = 1;
size_t targetpos = 0;

auto src = reinterpret_cast<const uint8_t*>(utf8string);
Expand Down

0 comments on commit ea80469

Please sign in to comment.