Matthew Brush ff663c1678 Remove init_doc_struct() function from documents.c
This function was only used from document_create() and most of this code is
not needed since the memset() and g_new0() calls set the memory to all 0's,
which in this case should suffice to (re)set all the members to 0/NULL/FALSE.

Refactor so all the resetting to defaults code is done in remove_page()
only and then only do the required non-FALSE/NULL initialization in
document_create().

Move the remove_page() prototype to the top of the file and various other
minor changes in remove_page().
2011-11-02 23:24:10 -07:00
..
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-22 22:55:57 +11:00
2011-10-22 22:55:57 +11:00
2011-10-09 22:57:35 +02:00
2011-10-23 13:41:10 +11:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-30 22:55:25 +01:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00
2011-10-30 22:55:25 +01:00
2011-10-09 22:57:35 +02:00
2011-10-31 17:08:23 +00:00
2011-10-09 22:57:35 +02:00
2011-10-09 22:57:35 +02:00