Skip to content

Commit

Permalink
Media (Linux): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jan 9, 2025
1 parent 8133c33 commit be99c4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/detection/media/media_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ static bool getBusProperties(FFDBusData* data, const char* busName, FFMediaResul
DBusMessageIter arrayIterator;
data->lib->ffdbus_message_iter_recurse(&rootIterator, &arrayIterator);

FF_STRBUF_AUTO_DESTROY desktopIdentity = ffStrbufCreate();

while(true)
{
if(data->lib->ffdbus_message_iter_get_arg_type(&arrayIterator) != DBUS_TYPE_DICT_ENTRY)
Expand Down

0 comments on commit be99c4c

Please sign in to comment.