talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f9e10f155c38e40be08bc936e46d66a9b1485304
parent 9509f16541b77f049a8af8c9ff508a68d316adf4
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:
Msrc/addressbook.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/addressbook.c b/src/addressbook.c @@ -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;}