mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
gdate: Drop unnecessary use of G_DISABLE_DEPRECATED
The function is already annotated with `GLIB_DEPRECATED_FOR()`. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e62e89f2f8
commit
99b412bb19
@ -198,11 +198,9 @@ void g_date_set_time_t (GDate *date,
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
void g_date_set_time_val (GDate *date,
|
||||
GTimeVal *timeval);
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
GLIB_DEPRECATED_FOR(g_date_set_time_t)
|
||||
void g_date_set_time (GDate *date,
|
||||
GTime time_);
|
||||
#endif
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
void g_date_set_month (GDate *date,
|
||||
GDateMonth month);
|
||||
|
Loading…
x
Reference in New Issue
Block a user