date_time: simplification and cleanups

This commit is contained in:
Olivier Goffart 2024-06-05 18:29:55 +02:00
parent 3da0ee5bb9
commit 445802c46d
5 changed files with 17 additions and 82 deletions

View file

@ -1266,11 +1266,6 @@ inline SharedString translate(const SharedString &original, const SharedString &
return result;
}
inline bool use_24_hour_format()
{
return cbindgen_private::slint_use_24_hour_format();
}
} // namespace private_api
#ifdef SLINT_FEATURE_GETTEXT