diff options
author | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 12:27:01 +0000 |
---|---|---|
committer | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 12:27:01 +0000 |
commit | 946a25aeb817da81dd2906dd0b00cbf83e44d998 (patch) | |
tree | 6e1f2b340dd4f15009630a5de85cac882f7e89e1 | |
parent | 623807a1484340a9631214fb705e3e8b2dc394ea (diff) | |
download | marex-dev-946a25aeb817da81dd2906dd0b00cbf83e44d998.tar.gz marex-dev-946a25aeb817da81dd2906dd0b00cbf83e44d998.tar.bz2 |
wall: removed unnecessary comment
git-svn-id: file:///beryl/trunk@4097 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/wall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index 74b7b90..ccabc99 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -428,7 +428,7 @@ static void wallHandleEvent(CompDisplay * d, XEvent * event) ws->dndState = DnDNone; ws->dndWindow = NULL; } - break; // FIXME: I'm not sure this break is needed, but I think so + break; case ClientMessage: if (event->xclient.message_type == d->winActiveAtom) { |