]> git.saurik.com Git - wxWidgets.git/commit
Removed private wxGetLocalTimeUsec() function from Unix code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:33 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:33 +0000 (19:50 +0000)
commitcec1b1ab0b03e504470c0689d5098bbcd0e0b2f7
tree33abb511c9c22cbbdb2bd5960cd769c869486bd4
parent173a5ddc77ceb29b7a0dba6d9feeea95ebbbd72b
Removed private wxGetLocalTimeUsec() function from Unix code.

The function was badly named as it returned UTC time and not local time and
can be simply replaced with the just added public wxGetUTCTimeUSec().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/private/timer.h
src/unix/timerunx.cpp