Skip to content

Commit

Permalink
fixes #683 views: remove unused contentV member
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Feb 16, 2024
1 parent 0393f5e commit c3711de
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions views/cellarea.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -33,14 +33,13 @@ type CellModel interface {
// CellView is a flexible view of a CellModel, offering both cursor
// management and a panning.
type CellView struct {
port *ViewPort
view View
content Widget
contentV *ViewPort
style tcell.Style
lines []string
model CellModel
once sync.Once
port *ViewPort
view View
content Widget
style tcell.Style
lines []string
model CellModel
once sync.Once

WidgetWatchers
}
Expand Down

0 comments on commit c3711de

Please sign in to comment.