summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/table.go b/table.go
index d3e5f20..b4e73c1 100644
--- a/table.go
+++ b/table.go
@@ -97,7 +97,6 @@ func InitColumns(mh *TableData, parts []TableColumnData) {
}
}
-// func AddTableTab(gw *GuiWindow, name string, rowcount int, parts []TableColumnData, account *pb.Account) *TableData {
func AddTableTab(gw *GuiWindow, name string, rowcount int, parts []TableColumnData) *TableData {
mh := new(TableData)