get_default_image_path unused argument
commitf38e5e40c827b7a0aefa76a7a48912348cd8bc66
authorRodolfo García Peñas (kix) <kix@kix.es>
Sat, 10 Nov 2012 18:25:56 +0000 (10 19:25 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 10 Nov 2012 19:49:13 +0000 (10 19:49 +0000)
tree14c197332ad87c2eea4085f0e09acf3a7258adda
parent658597b8890e942ec11033bbda195d8259fec6d0
get_default_image_path unused argument

The function get_default_image_path has the WScreen argument that
is not used, so can be removed.

The function could be static, but perhaps is interesting leave it
as public.
src/defaults.h
src/wdefaults.c