diff options
Diffstat (limited to 'Master/tlpkg/tlperl.old/lib/auto/Tk/Table/totalRows.al')
-rw-r--r-- | Master/tlpkg/tlperl.old/lib/auto/Tk/Table/totalRows.al | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/tlpkg/tlperl.old/lib/auto/Tk/Table/totalRows.al b/Master/tlpkg/tlperl.old/lib/auto/Tk/Table/totalRows.al deleted file mode 100644 index 88591cc7cab..00000000000 --- a/Master/tlpkg/tlperl.old/lib/auto/Tk/Table/totalRows.al +++ /dev/null @@ -1,13 +0,0 @@ -# NOTE: Derived from blib\lib\Tk\Table.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package Tk::Table; - -#line 547 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalRows.al)" -sub totalRows -{ - scalar @{shift->{'Height'}}; -} - -# end of Tk::Table::totalRows -1; |