1
0
Fork 0

Fixed stale comment.

This commit is contained in:
Tomas Frydrych 2008-10-27 09:38:21 +00:00
parent 310970a91b
commit 1d6e70a49d
2 changed files with 4 additions and 6 deletions

View file

@ -59,9 +59,8 @@ static gboolean reload (const char *params);
/*
* First we create the header struct and initialize its static members.
* Any dynamically allocated data should be initialized in the
* init () function below.
* Create the plugin struct; function pointers initialized in
* g_module_check_init().
*/
MUTTER_DECLARE_PLUGIN();

View file

@ -73,9 +73,8 @@ static gboolean xevent_filter (XEvent *xev);
static gboolean reload (const char *params);
/*
* First we create the header struct and initialize its static members.
* Any dynamically allocated data should be initialized in the
* init () function below.
* Create the plugin struct; function pointers initialized in
* g_module_check_init().
*/
MUTTER_DECLARE_PLUGIN ();