1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

fixes #683 views: remove unused contentV member

This commit is contained in:
Garrett D'Amore 2024-02-11 17:34:10 -08:00
parent 0393f5eb0b
commit c3711de418

View File

@ -1,4 +1,4 @@
// Copyright 2016 The Tcell Authors
// Copyright 2024 The Tcell Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use file except in compliance with the License.
@ -36,7 +36,6 @@ type CellView struct {
port *ViewPort
view View
content Widget
contentV *ViewPort
style tcell.Style
lines []string
model CellModel