Skip to content

Commit

Permalink
sni: removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 8, 2024
1 parent f2711a8 commit fbc890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sni.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void sni_watcher_unregister_cb ( GDBusConnection *con, const gchar *name,
void sni_watcher_register_cb ( GDBusConnection *con, const gchar *name,
SniWatcher *watcher)
{
GList *iter;
// GList *iter;

if(watcher->regid)
g_dbus_connection_unregister_object(con, watcher->regid);
Expand Down

0 comments on commit fbc890b

Please sign in to comment.