Skip to content

Remove unused static inline function

Link Mauve requested to merge linkmauve/gtk:unused-static-inline into master

This was causing a warning on AArch64 since __LITTLE_ENDIAN__ and __BIG_ENDIAN__ weren’t set, but the functions were actually completely unused.

Merge request reports