mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +00:00
Remove useless try-catch
This commit is contained in:
parent
bce7064cdb
commit
b0e1c3d8a5
@ -2842,8 +2842,7 @@ void initialisation(int argc, char **argv) {
|
||||
|
||||
set_default_configurations();
|
||||
|
||||
try { set_current_config(); }
|
||||
catch(conky::critical_error &e) { throw e; }
|
||||
set_current_config();
|
||||
load_config_file();
|
||||
|
||||
/* handle other command line arguments */
|
||||
|
Loading…
x
Reference in New Issue
Block a user