This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 31dc79c47117f92cb672bd909eeef90e6c5edba4 Author: Andrei Zavada <[email protected]> Date: Sat Sep 21 01:08:13 2013 +0300 anon namespace within extern "C" is pointless --- upstream/src/aghermann/ui/sf/d/patterns_cb.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc index 4727a50..ccddf3b 100644 --- a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc +++ b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc @@ -363,14 +363,12 @@ eSFFD_any_profile_value_changed_cb( gtk_widget_queue_draw( (GtkWidget*)FD.daSFFDThing); } -namespace { inline double timeval_elapsed( const struct timeval &x, const struct timeval &y) { return y.tv_sec - x.tv_sec + 1e-6 * (y.tv_usec - x.tv_usec); } -} void eSFFD_any_criteria_value_changed_cb( -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
