Remove unused variable.
[dcpomatic.git] / src / lib / log.h
index 2a242e24c96e8f49bfb171d81bac463085ad9f02..2e5d69a0828a77d508b3cc1d4c122898204eb027 100644 (file)
@@ -37,10 +37,12 @@ public:
 
        enum Level {
                STANDARD = 0,
-               VERBOSE = 1
+               VERBOSE = 1,
+               TIMING = 2
        };
 
        void log (std::string m, Level l = STANDARD);
+       void microsecond_log (std::string m, Level l = STANDARD);
 
        void set_level (Level l);