Fix CID 1492336: dead code (due to fixing CID 1491181).
authorwwp <subscript@free.fr>
Sat, 9 Oct 2021 15:28:13 +0000 (17:28 +0200)
committerwwp <subscript@free.fr>
Sat, 9 Oct 2021 15:29:13 +0000 (17:29 +0200)
src/addressbook.c

index b3d73fdfa154daccaeaeb8078830797b779b6391..60727bc68b76a8b6c0167554eb1924ec1448ccb1 100644 (file)
@@ -5794,7 +5794,6 @@ static gboolean addressbook_drag_motion_cb(GtkWidget      *widget,
                                AdapterDSource *ads = NULL;
                                AddressDataSource *ds = NULL;
                                ads = ADAPTER_DSOURCE(obj);
-                               if (ads == NULL ){ return FALSE;}
                                ds = ads->dataSource;
                                if (ds == NULL ) { return FALSE;}