Some minor cleanup so source is easier to read.

SVN revision: 43947
This commit is contained in:
Christopher Michael 2009-11-24 04:06:54 +00:00
parent f4760d9a2e
commit 38bcb18081
1 changed files with 2 additions and 3 deletions

View File

@ -128,16 +128,15 @@ const Illume_Layout_Mode laymode =
_zone_move_resize,
// ---
};
//////////////////////////////////////////////////////////////////////////////
void
illume_layout_illume_init(void)
{
illume_layout_mode_register(&laymode);
}
//////////////////////////////////////////////////////////////////////////////
void
illume_layout_illume_shutdown(void)
{
illume_layout_mode_unregister(&laymode);
}
//////////////////////////////////////////////////////////////////////////////