diff options
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 072b593b6..7b0d9ea81 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -290,7 +290,6 @@ sub set_scale_values() { #- Desc => check if this theme is available in the current resolution else #- change the current resolution or display a ask_warn box -#- Args => ø #- return=> (bool) sub thm_in_this_res { my ($check_res) = @_; @@ -311,7 +310,6 @@ sub which_res_exist() { } #- Desc => retrieve all installed theme -#- Args => ø #- Return=> @arr of available theme sub giv_exist_thm() { chdir($thm_path); |