diff options
author | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-18 07:59:20 +0000 |
---|---|---|
committer | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-18 07:59:20 +0000 |
commit | 52018bbd39b0135b104c13229ff9f84deb077293 (patch) | |
tree | 43fec8e00c6d812eb7fb0736ea57609895fd19ba | |
parent | 998fe81184f0a52720b792efeca323e3445463cb (diff) | |
download | marex-dev-52018bbd39b0135b104c13229ff9f84deb077293.tar.gz marex-dev-52018bbd39b0135b104c13229ff9f84deb077293.tar.bz2 |
decoration plugin: warning fix
git-svn-id: file:///beryl/trunk@1855 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/decoration.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/beryl-plugins/src/decoration.c b/beryl-plugins/src/decoration.c index 42b2919..d10d619 100644 --- a/beryl-plugins/src/decoration.c +++ b/beryl-plugins/src/decoration.c @@ -433,8 +433,6 @@ decorGetTexture (CompScreen * screen, Pixmap pixmap) DECOR_DISPLAY (screen->display); - CompWindow *w = NULL; - for (texture = dd->textures; texture; texture = texture->next) { if (texture->pixmap == pixmap) |