aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textadept.c b/src/textadept.c
index afa3b9c6..171e1730 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -101,8 +101,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
* The UI consists of:
* - A menubar initially hidden and empty. It should be populated by script
* and then shown.
- * - A side pane. It contains a treeview for hierarchical data sets, such as
- * a file structure for project management.
* - A frame for Scintilla windows.
* - A find text frame initially hidden.
* - A command entry initially hidden. This entry accepts and runs Lua code