[Commits] [SCM] clawsker branch, master, updated. 1.3.8-10-g1fcac46

mones at claws-mail.org mones at claws-mail.org
Wed Aug 28 15:04:08 UTC 2024


The branch, master has been updated
       via  1fcac46d828d1ccf9333feadbbae67090479d210 (commit)
      from  1e68250995f904cb9aa2fe11fd02c1a1885d4d21 (commit)

Summary of changes:
 clawsker | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


- Log -----------------------------------------------------------------
commit 1fcac46d828d1ccf9333feadbbae67090479d210
Author: Ricardo Mones <ricardo at mones.org>
Date:   Wed Aug 28 17:03:46 2024 +0200

    Remove useless subroutine prototypes

diff --git a/clawsker b/clawsker
index 3493d2d..087a320 100755
--- a/clawsker
+++ b/clawsker
@@ -553,7 +553,7 @@ sub new_hbox_spaced_pack {
     return $hbox;
 }
 
-sub new_check_button_for($$$) {
+sub new_check_button_for {
     my ($hash, $key, $vhash) = @_;
     my $name = $$hash{$key}[NAME];
     my $label = $$hash{$key}[LABEL];
@@ -572,7 +572,7 @@ sub new_check_button_for($$$) {
     return new_hbox_spaced_pack ($cb);
 }
 
-sub new_text_box_for_int($$$) {
+sub new_text_box_for_int {
     my ($hash, $key, $vhash) = @_;
     my $name = $$hash{$key}[NAME];
     my $label = $$hash{$key}[LABEL];
@@ -604,7 +604,7 @@ sub new_text_box_for_int($$$) {
     return new_hbox_spaced_pack ($glabel, $gentry);
 }
 
-sub new_text_box_for_nchar($$$) {
+sub new_text_box_for_nchar {
     my ($hash, $key, $vhash) = @_;
     my $name = $$hash{$key}[NAME];
     my $label = $$hash{$key}[LABEL];
@@ -629,7 +629,7 @@ sub new_text_box_for_nchar($$$) {
     return new_hbox_spaced_pack ($glabel, $gentry);
 }
 
-sub new_color_button_for($$$) {
+sub new_color_button_for {
     my ($hash, $key, $vhash) = @_;
     my $name = $$hash{$key}[NAME];
     my $label = $$hash{$key}[LABEL];
@@ -652,7 +652,7 @@ sub new_color_button_for($$$) {
     return new_hbox_spaced_pack ($button, $glabel);
 }
 
-sub new_selection_box_for($$$) {
+sub new_selection_box_for {
     my ($hash, $key, $vhash) = @_;
     my $name = $$hash{$key}[NAME];
     my $label = $$hash{$key}[LABEL];
@@ -2137,7 +2137,7 @@ sub new_winpos_page() {
     ],
 );
 
-sub new_account_subpage($) {
+sub new_account_subpage {
     my ($akey) = @_;
     return new_grid_pack (1, 5, [
         [ _('GnuTLS priority') ],
@@ -2148,7 +2148,7 @@ sub new_account_subpage($) {
     ]);
 }
 
-sub new_accounts_page() {
+sub new_accounts_page {
     my $accbook = Gtk3::Notebook->new;
     $accbook->set_tab_pos ('right');
     my @akeys = sort {
@@ -2500,7 +2500,7 @@ sub ctrlz_key_handler {
     return FALSE;
 }
 
-sub new_history_subpage($) {
+sub new_history_subpage {
     my ($key) = @_;
     my $fname = catfile ($CONFIGDIR, $key);
     my $buffer = Gtk3::TextBuffer->new;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Hidden preferences editor for Claws Mail


More information about the Commits mailing list