Skip to content

Commit be99c4c

Browse files
committed
Media (Linux): remove unused variables
1 parent 8133c33 commit be99c4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/detection/media/media_linux.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ static bool getBusProperties(FFDBusData* data, const char* busName, FFMediaResul
9393
DBusMessageIter arrayIterator;
9494
data->lib->ffdbus_message_iter_recurse(&rootIterator, &arrayIterator);
9595

96-
FF_STRBUF_AUTO_DESTROY desktopIdentity = ffStrbufCreate();
97-
9896
while(true)
9997
{
10098
if(data->lib->ffdbus_message_iter_get_arg_type(&arrayIterator) != DBUS_TYPE_DICT_ENTRY)

0 commit comments

Comments
 (0)