diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al b/Master/tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al deleted file mode 100644 index 59fe3ee4de0..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al +++ /dev/null @@ -1,18 +0,0 @@ -# NOTE: Derived from blib\lib\Tk\Frame.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package Tk::Frame; - -#line 198 "blib\lib\Tk\Frame.pm (autosplit into blib\lib\auto\Tk\Frame\queuePack.al)" -sub queuePack -{ - my ($cw) = @_; - unless ($cw->{'pack_pending'}) - { - $cw->{'pack_pending'} = 1; - $cw->afterIdle([$cw,'packscrollbars']); - } -} - -# end of Tk::Frame::queuePack -1; |