summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/libpanel
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-06-19 10:58:59 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-06-19 10:58:59 +0200
commit70b8ddeaae8864dfb3bea0477d3e70aa1f456644 (patch)
tree367fdbcd01de096a43f3373bc3db487f72a1c4f0 /sys/src/cmd/mothra/libpanel
parente393b278069fcc2690832c5e6fcbf58c008837dc (diff)
mothra: cleanup
Diffstat (limited to 'sys/src/cmd/mothra/libpanel')
-rw-r--r--sys/src/cmd/mothra/libpanel/panel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/libpanel/panel.h b/sys/src/cmd/mothra/libpanel/panel.h
index becca3eb8..740bb5d45 100644
--- a/sys/src/cmd/mothra/libpanel/panel.h
+++ b/sys/src/cmd/mothra/libpanel/panel.h
@@ -57,8 +57,7 @@ struct Panel{
void (*free)(Panel *); /* free fields of data when done */
};
/*
- * Panel flags -- there are more private flags in panelprivate.h
- * that need to be kept synchronized with these!
+ * Panel flags
*/
#define PACK 0x0007 /* which side of the parent is the Panel attached to? */
#define PACKN 0x0000