From f3bf217bb60d23cfab050a1952419d17d9b04d7b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 25 Jan 2018 07:39:28 +0100 Subject: [PATCH] Fix doxygen warnings. --- src/pages.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages.h b/src/pages.h index b56bb9b0..3161a02b 100644 --- a/src/pages.h +++ b/src/pages.h @@ -40,14 +40,10 @@ extern byte * FX_feedback_screen; /////////////////////////// BACKUP /////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// -/// The pixels of visible layers, flattened copy. -//extern T_Bitmap Main_visible_image; /// The pixels of visible layers, flattened copy, used for no-feedback effects. extern T_Bitmap Main_visible_image_backup; -/// The index of visible pixels from ::Main_visible_image. Points to the right layer. +/// The index of visible pixels from ::Main.visible_image. Points to the right layer. extern T_Bitmap Main_visible_image_depth_buffer; -/// The pixels of visible layers for the spare page, flattened copy. -//extern T_Bitmap Spare_visible_image; /// /// INDIVIDUAL PAGES