summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2017-04-30 23:32:09 +0200
committerEgmont Koblinger <egmont@gmail.com>2017-04-30 23:32:09 +0200
commit4d9fe82d8ef4eda415edae7a307df093f77e50e6 (patch)
tree39755eca1a1765cba6be311a111d1bdac9151ff3
parent0c0ad520265f4a8fc2e8caced228be1c8aa9553e (diff)
downloadvte-4d9fe82d8ef4eda415edae7a307df093f77e50e6.tar.gz
docs: Remove an obsolete comment
-rw-r--r--src/vterowdata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vterowdata.h b/src/vterowdata.h
index 3e85194c..72412b41 100644
--- a/src/vterowdata.h
+++ b/src/vterowdata.h
@@ -37,9 +37,6 @@ G_BEGIN_DECLS
/*
* VteCellAttr: A single cell style attributes
*
- * Ordered by most commonly changed attributes, to
- * optimize the compact representation.
- *
* When adding new attributes, keep in sync with VteStreamCellAttr and
* update VTE_CELL_ATTR_COMMON_BYTES accordingly.
* Also don't forget to update basic_cell below!