diff options
Diffstat (limited to 'controller.c')
-rw-r--r-- | controller.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/controller.c b/controller.c index 05dbf3e..64d4416 100644 --- a/controller.c +++ b/controller.c @@ -100,11 +100,6 @@ SRD_API int srd_init(char *path) } } - if ((ret = srd_load_all_decoders()) != SRD_OK) { - Py_Finalize(); - return ret; - } - return SRD_OK; } |