From 9e212dc3ccb8ba788d312ccc5aa49e68c436cbbb Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 17 Mar 2019 07:46:17 +0100 Subject: [PATCH] Remove note about wrappyness of text widget --- API.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/API.md b/API.md index 784a666..49afeb3 100644 --- a/API.md +++ b/API.md @@ -454,10 +454,6 @@ viewed a category as well, both returned values are `nil`. This is a convenience function for creating a special formspec widget. It creates a widget in which you can insert scrollable multi-line text. -As of Minetest 0.4.14, this function is only provided because Minetest lacks -native support for such a widget. When Minetest supports such a widget natively, -this function may become just a simple wrapper. - #### Parameters * `data`: Text to be written inside the widget * `x`: Formspec X coordinate (optional)