diff options
Diffstat (limited to 'srd.c')
-rw-r--r-- | srd.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -261,14 +261,4 @@ SRD_PRIV int srd_decoder_searchpath_add(const char *path) return SRD_OK; } -/** @private */ -SRD_PRIV gboolean srd_check_init(void) -{ - if (max_session_id < 0) { - srd_err("Library is not initialized."); - return FALSE; - } else - return TRUE; -} - /** @} */ |