Remove some left-over JSON bits.
[dcpomatic.git] / test / job_test.cc
index 4d32b1e0ccf8692497f5be9778b594d2485b98d2..7d2911c4e756259f917a2fcf1e6f368c0fca67ce 100644 (file)
@@ -44,7 +44,7 @@ public:
 
        void run ()
        {
-               while (1) {
+               while (true) {
                        if (finished ()) {
                                return;
                        }
@@ -54,10 +54,6 @@ public:
        string name () const {
                return "";
        }
-
-       string json_name () const {
-               return "";
-       }
 };
 
 BOOST_AUTO_TEST_CASE (job_manager_test)