diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-03 14:29:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-03 14:29:34 +0000 |
| commit | 9259ec5732851dd66f7c598d629e3808ac7ab3d8 (patch) | |
| tree | 5452b84b8937cde5f6977f26c24361cc1c0a5f08 /src/util.hh | |
| parent | ad80ef0f667e3b72d9e35d7a93451a1e2dfa0ab6 (diff) | |
new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!)
Diffstat (limited to 'src/util.hh')
| -rw-r--r-- | src/util.hh | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
