]> Dogcows Code - chaz/openbox/blobdiff - otk/timer.hh
kill some whack extra whitespace
[chaz/openbox] / otk / timer.hh
index 7e40aed73fb83947277ebc2a8cb9c931266bbc61..dc2917f17d13365db06b41fb6931de8208118721 100644 (file)
@@ -73,9 +73,6 @@ private:
   */
   static void timevalAdd(timeval &a, long msec);
 
-  // prevent people from using timers except as pointers
-  ~Timer() {}
-  
 public:
   //! Constructs a new running timer and queues it
   /*!
@@ -106,10 +103,10 @@ public:
   static bool nearestTimeout(struct timeval &tm);
 
   //! Initializes internal data before use
-  static void initialize(void);
+  static void initialize();
 
   //! Deletes all waiting timers
-  static void destroy(void);
+  static void destroy();
 };
 
 }
This page took 0.019999 seconds and 4 git commands to generate.