1
0
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:
Nikolas Garofil 2010-11-21 15:46:42 +01:00
parent bce7064cdb
commit b0e1c3d8a5

View File

@ -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 */