OSDN Git Service

[Refactor] #37353 未使用だった PANEL_HGT と PANEL_WID を削除。
authordeskull <deskull@users.sourceforge.jp>
Thu, 6 Jun 2019 13:38:08 +0000 (22:38 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 6 Jun 2019 13:38:08 +0000 (22:38 +0900)
src/defines.h

index ca428a8..ef6dc5c 100644 (file)
 
 
 /*!
- * @brief 表示上の基本的なパネル単位(垂直方向、BLOCK_HGTの倍数で設定すること)
- * Number of grids in each panel (vertically) Must be a multiple of BLOCK_HGT
- */
-#define PANEL_HGT 11
-
-/*!
- * @brief 表示上の基本的なパネル単位(水平方向、BLOCK_WIDの倍数で設定すること)
- * Number of grids in each panel (horizontally) Must be a multiple of BLOCK_WID
- */
-#define PANEL_WID 33
-
-/*!
  * @brief 表示上の基本的なブロック単位(垂直方向、PANEL_HGTの倍数で設定すること)
  * Number of grids used to display the dungeon (vertically). Must be a multiple of 11, probably hard-coded to 22.
  */