Give a better error if the user tries to load a non-KDM as a DKDM into the KDM creator.
[dcpomatic.git] / src / lib / util.cc
index 00f36f2178b495b85e480b7d1188f8a03d1d1281..38451e9314e9bbd67da2afeb9a226115727ead83 100644 (file)
@@ -675,9 +675,3 @@ relaxed_string_to_float (string s)
                return lexical_cast<float> (s);
        }
 }
-
-bool
-string_not_empty (string s)
-{
-       return !s.empty ();
-}