Remove some unnecessary methods. v2.15.65
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Apr 2020 00:14:38 +0000 (02:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Apr 2020 00:14:38 +0000 (02:14 +0200)
src/lib/null_log.h
src/tools/dcpomatic_server.cc

index 4a21723a254b6e84b380516012148d8b598452b9..01bc324cb6faee70d8c8c30ffce9fa455fa7f490 100644 (file)
 
 class NullLog : public Log
 {
-public:
-       std::string head_and_tail (int) const {
-               return "";
-       }
-
 private:
        void do_log (boost::shared_ptr<const LogEntry>) {}
 };
index 8c6abed5babbbe19bfaca78c3313e6c02cbd48ed..cb4779ee3722c949278a7bdb1f4b4501f0a83164 100644 (file)
@@ -72,11 +72,6 @@ public:
                return a;
        }
 
-       string head_and_tail (int) const {
-               /* Not necessary */
-               return "";
-       }
-
        float fps () const {
                boost::mutex::scoped_lock lm (_state_mutex);
                return _fps;