talons

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

commit 025449b5e95eefee5a5b2cc905118315af2a2848
parent 6fbe52dbc7939174e1b5a1ee259f83b3f3f6123b
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun,  5 Jun 2022 17:36:49 +0200

Remove unused macro

Diffstat:
Msrc/prefs_account.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -5807,8 +5807,6 @@ static void prefs_account_showpwd_checkbtn_toggled(GtkToggleButton *button, gtk_entry_set_visibility(GTK_ENTRY(entry), active); } -#define CL(x) ((gdouble)x / 65535) - static void prefs_account_entry_changed_newline_check_cb(GtkWidget *entry, gpointer user_data) { @@ -5823,8 +5821,6 @@ static void prefs_account_entry_changed_newline_check_cb(GtkWidget *entry, } } -#undef CL - static void prefs_account_filter_on_recv_toggled(GtkToggleButton *button, gpointer user_data) {