Skip to content

Commit e1bcb5a

Browse files
Remove private functions from widgets public API
1 parent f072912 commit e1bcb5a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

library/lua/gui/widgets.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ DimensionsTooltip = require('gui.widgets.dimensions_tooltip')
2929

3030
Tab = TabBar.Tab
3131
makeButtonLabelText = Label.makeButtonLabelText
32-
parse_label_text = Label.parse_label_text
33-
render_text = Label.render_text
34-
check_text_keys = Label.check_text_keys
3532

3633
DOUBLE_CLICK_MS = Panel.DOUBLE_CLICK_MS
3734
STANDARDSCROLL = Scrollbar.STANDARDSCROLL

0 commit comments

Comments
 (0)