Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove debug-related code from vc_image_structs.h #689

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions interface/vctypes/vc_image_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "interface/vcos/vcos_stdint.h"
#include "interface/vcos/vcos_attr.h"

#include "helpers/debug_utils/debug_writer.h"

#include "interface/vctypes/vc_image_types.h"

/* Format specific infos for vc images */
Expand Down Expand Up @@ -244,14 +242,5 @@ unsigned int cube_map : 1;
typedef int vc_image_t_size_check[(sizeof(VC_IMAGE_T) == 64) * 2 - 1];
#endif

/******************************************************************************
Debugging rules (defined in camera_debug.c)
*****************************************************************************/
extern DEBUG_WRITE_ENUM_LOOKUP_T vc_image_type_lookup[];
extern DEBUG_WRITE_ENUM_LOOKUP_T vc_image_bayer_order_lookup[];
extern DEBUG_WRITE_ENUM_LOOKUP_T vc_image_bayer_format_lookup[];
extern DEBUG_WRITE_RULE_T vc_image_info_rule[];
extern DEBUG_WRITE_RULE_T vc_image_rule[];

#endif /* __VC_INCLUDE_IMAGE_TYPES_H__ */