Remove debug-related code from vc_image_structs.h
The removed lines currently cause the compilation of programs that depend on vc_image_structs.h to fail, since helpers/debug_utils/debug_writer.h does not exist, nor do the DEBUG_* types.
@6by9 looks like one of your commits - do we use this?
vc_image_structs.h was broken out so that it could be used from userland without needing the full vc_image stuff.
vcdbg is the most likely candidate to be using it, but I thought your magic scripts only picked up files that are actually used by the build. I'm surprised we need almost any of these vc_image headers for the public userland repo.
rm -rf helpers/vc_image and ./buildme runs quite happily.
Likewise vcinclude/vc_image_types.h appears unused.
(helpers/v3d/v3d_common.h appears unused too)
Hello,
This file seems to be unused by the userland itself, but some programs depend on it. I came here from a forum post by @6by9, and while it's stated that the program shouldn't be used as a "good example", I thought removing the "bad" lines here would be useful.