mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
shell/app: Remove some dead code
`g_desktop_app_info_launch_uris_as_manager_with_fds()` was added in GIO 2.57.2. We now depend on at least 2.79.2, so we no longer need a fallback path for the case the function isn't available. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3361>
This commit is contained in:
parent
f0c14bdef3
commit
55027bb084
3 changed files with 0 additions and 48 deletions
|
|
@ -31,9 +31,6 @@
|
|||
/* Define if _NL_TIME_FIRST_WEEKDATE is available */
|
||||
#mesondefine HAVE__NL_TIME_FIRST_WEEKDAY
|
||||
|
||||
/* Define if you have the `g_desktop_app_info_launch_uris_as_manager_with_fds` function */
|
||||
#mesondefine HAVE_GIO_DESKTOP_LAUNCH_URIS_WITH_FDS
|
||||
|
||||
/* Define if fdwalk is available in libc */
|
||||
#mesondefine HAVE_FDWALK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue