diff options
-rw-r--r-- | showdesktop.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/showdesktop.c b/showdesktop.c index dc28a05..a9c3cda 100644 --- a/showdesktop.c +++ b/showdesktop.c @@ -865,11 +865,7 @@ static CompPluginVTable showdesktopVTable = { NULL, NULL, NULL, - NULL, - 0, /* deps */ - 0, /* sizeof (deps) / sizeof (deps[0]) */ - 0, - 0 + NULL }; /* send plugin info */ |