summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_plane.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_plane.h')
-rw-r--r--apps/graphics/traveler/include/trv_plane.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/graphics/traveler/include/trv_plane.h b/apps/graphics/traveler/include/trv_plane.h
index 1b9b585a9..c2a3fb5f7 100644
--- a/apps/graphics/traveler/include/trv_plane.h
+++ b/apps/graphics/traveler/include/trv_plane.h
@@ -144,18 +144,14 @@ void trv_release_planes(void);
uint8_t trv_load_planefile(FAR const char *wldfile);
uint8_t trv_load_planes(FAR FILE *fp);
uint8_t trv_save_planes(const char *wldfile);
-FAR struct trv_rect_list_s *trv_new_plance(void);
+FAR struct trv_rect_list_s *trv_new_plane(void);
+
void trv_add_plane(FAR struct trv_rect_list_s *rect,
FAR struct trv_rect_head_s *list);
-void trv_merge_planelists(FAR struct trv_rect_head_s *outlist,
- FAR struct trv_rect_head_s *inlist);
-void trv_remove_plane(FAR struct trv_rect_list_s *rect,
- FAR struct trv_rect_head_s *list);
void trv_move_plane(FAR struct trv_rect_list_s *rect,
FAR struct trv_rect_head_s *destlist,
FAR struct trv_rect_head_s *srclist);
-struct trv_rect_list_s *trv_find_plane(trv_coord_t h, trv_coord_t v,
- trv_coord_t plane,
- FAR struct trv_rect_head_s *list);
+void trv_merge_planelists(FAR struct trv_rect_head_s *outlist,
+ FAR struct trv_rect_head_s *inlist);
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_PLANE_H */