legacy-imlib2/src
Guilherme Janczak 84314f013f
remove bad unused function
__imlib_FileCanRead() suffers from TOCTTOU issues. The file behind the
path it takes as a parameter can change while the function executes, and
also between the function's return and the caller's use of the path.

The function is also unused, so just delete it.
2023-02-04 04:17:57 +00:00
..
bin imlib2_view: Be more verbose about load errors 2023-01-14 10:47:12 +01:00
lib remove bad unused function 2023-02-04 04:17:57 +00:00
modules ANI, PNG, TGA loaders: Enable handling of unaligned data 2023-01-29 10:25:08 +01:00
Makefile.am Only set MAINTAINERCLEANFILES in top-level Makefile.am 2021-11-29 17:37:20 +01:00