From 8fcadb1b9b2afc4994e03377105b92cae4eb54a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Apr 2024 12:09:47 +0200 Subject: Splash behaviour does not need to be branded after all. --- src/lib/variant.cc | 7 ------- src/lib/variant.h | 1 - 2 files changed, 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/variant.cc b/src/lib/variant.cc index 829a7d6e6..f1c2af17b 100644 --- a/src/lib/variant.cc +++ b/src/lib/variant.cc @@ -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() { diff --git a/src/lib/variant.h b/src/lib/variant.h index 9bcbb234e..87fbaa84d 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -46,7 +46,6 @@ std::string dcpomatic_player_app(); std::string report_problem_email(); -bool show_splash(); bool show_tagline(); bool show_dcpomatic_website(); -- cgit v1.2.3