aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index aefeea39..0c148d02 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -671,7 +671,6 @@ struct projNetworkCallbacksAndData
proj_network_open_cbk_type open = nullptr;
proj_network_close_cbk_type close = nullptr;
proj_network_get_header_value_cbk_type get_header_value = nullptr;
- proj_network_get_file_size_cbk_type get_file_size = nullptr;
proj_network_read_range_type read_range = nullptr;
proj_network_get_last_error_type get_last_error = nullptr;
void* user_data = nullptr;