Remove deprecated page_padding

This commit is contained in:
Moritz Lipp 2012-03-24 18:33:10 +01:00
parent 8e3ec89adb
commit 8a44158fd5

View file

@ -82,7 +82,6 @@ typedef struct zathura_s
struct struct
{ {
unsigned int DEPRECATED(page_padding); /**< Padding between the pages */
bool recolor; /**< Recoloring mode switch */ bool recolor; /**< Recoloring mode switch */
bool update_page_number; /**< Update current page number */ bool update_page_number; /**< Update current page number */
} global; } global;