From 9259ec5732851dd66f7c598d629e3808ac7ab3d8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 14:29:34 +0000 Subject: new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!) --- src/util.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.hh') diff --git a/src/util.hh b/src/util.hh index 1e17657e..b6da7520 100644 --- a/src/util.hh +++ b/src/util.hh @@ -39,8 +39,6 @@ void bexec(const std::string& command, const std::string& displaystring); std::string textPropertyToString(Display *display, XTextProperty& text_prop); -timeval normalizeTimeval(const timeval &tm); - std::string itostring(unsigned long i); std::string itostring(long i); inline std::string itostring(unsigned int i) -- cgit v1.2.3