فهرست منبع

libobs: Remove obs_proprety_text_type()

Typoed function name, deprecated in 21.1.
derrod 1 سال پیش
والد
کامیت
a4f5a33b14
2فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 5
      libobs/obs-properties.c
  2. 0 5
      libobs/obs-properties.h

+ 0 - 5
libobs/obs-properties.c

@@ -1494,11 +1494,6 @@ obs_property_frame_rate_fps_range_max(obs_property_t *p, size_t idx)
 		       : (struct media_frames_per_second){0};
 }
 
-enum obs_text_type obs_proprety_text_type(obs_property_t *p)
-{
-	return obs_property_text_type(p);
-}
-
 enum obs_group_type obs_property_group_type(obs_property_t *p)
 {
 	struct group_data *data = get_type_data(p, OBS_PROPERTY_GROUP);

+ 0 - 5
libobs/obs-properties.h

@@ -433,11 +433,6 @@ EXPORT obs_properties_t *obs_property_group_content(obs_property_t *p);
 EXPORT enum obs_button_type obs_property_button_type(obs_property_t *p);
 EXPORT const char *obs_property_button_url(obs_property_t *p);
 
-#ifndef SWIG
-OBS_DEPRECATED
-EXPORT enum obs_text_type obs_proprety_text_type(obs_property_t *p);
-#endif
-
 #ifdef __cplusplus
 }
 #endif