commit a57e95710c105af765b9dae51db5e9455f80cc47
parent 34f669fb3de1fa25e49fc0bcc1f55bd8c4c6d041
Author: wwp <subscript@free.fr>
Date: Sat, 9 Oct 2021 17:28:13 +0200
Fix CID 1492336: dead code (due to fixing CID 1491181).
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/addressbook.c b/src/addressbook.c
@@ -5798,7 +5798,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;}