diff --git a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h index 77ebd29fe3..6b9c9b8422 100644 --- a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h +++ b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h @@ -62,7 +62,6 @@ extern "C" { #ifdef _GPHOTO2_INTERNAL_CODE #include -extern const StringFlagItem gpi_gphoto_port_type_map[]; #endif int gp_port_info_new (GPPortInfo *info); diff --git a/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver b/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver index afceca453b..0bc57798a3 100644 --- a/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver +++ b/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver @@ -73,7 +73,6 @@ LIBGPHOTO2_5_0 { # These are only supposed to be used by libgphoto2 internally. LIBGPHOTO2_INTERNAL { - gpi_gphoto_port_type_map; gpi_enum_to_string; gpi_string_to_enum; gpi_string_to_flag;