remove unused dc_get_version_str() api

This commit is contained in:
B. Petersen
2020-04-16 21:48:51 +02:00
parent 857a384d8b
commit cc6ce72f6e
2 changed files with 0 additions and 6 deletions

View File

@@ -484,11 +484,6 @@ pub unsafe extern "C" fn dc_get_oauth2_url(
.unwrap_or_else(|_| ptr::null_mut())
}
#[no_mangle]
pub unsafe extern "C" fn dc_get_version_str() -> *mut libc::c_char {
context::get_version_str().strdup()
}
#[no_mangle]
pub unsafe extern "C" fn dc_configure(context: *mut dc_context_t) {
if context.is_null() {