Splash behaviour does not need to be branded after all.
[dcpomatic.git] / src / lib / variant.cc
index 829a7d6e673c7e33e56c439b5cf8c72b22e8149a..f1c2af17bddfc8b1eca41d783676b1cd33f458dc 100644 (file)
@@ -38,7 +38,6 @@ static char const* _dcpomatic_batch_converter = "DCP-o-matic Batch Converter";
 
 static char const* _report_problem_email = "carl@dcpomatic.com";
 
-static bool const _show_splash = true;
 static bool const _show_tagline = true;
 static bool const _show_dcpomatic_website = true;
 
@@ -139,12 +138,6 @@ variant::dcpomatic_player_app()
        return _dcpomatic_player_app;
 }
 
-bool
-variant::show_splash()
-{
-       return _show_splash;
-}
-
 bool
 variant::show_tagline()
 {