kill a C.WL

svn path=/trunk/gtk-sharp/; revision=33124
This commit is contained in:
Mike Kestner 2004-08-31 19:18:28 +00:00
parent a68da950ed
commit 0d9c6b74e2

View File

@ -170,7 +170,6 @@ namespace GLib {
public static DateTime time_tToDateTime (IntPtr time_t)
{
Console.WriteLine ("in time_tToDateTime from");
return local_epoch.AddSeconds ((int)time_t + utc_offset);
}