Changeset 10598

Show
Ignore:
Timestamp:
02/07/10 10:11:47 (7 months ago)
Author:
azawawi
Message:

Cleanup commented code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Util/Win32.pm

    r10436 r10598  
    273273sub GetLastError { 
    274274 
    275         #       return Win32::API->new( kernel32 => <<'CODE')->Call(); 
    276         #DWORD GetLastError() 
    277         #CODE 
    278275        return $^E; 
    279276}