summaryrefslogtreecommitdiff
path: root/src/lib/variant.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-26 12:09:47 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-26 12:09:47 +0200
commit8fcadb1b9b2afc4994e03377105b92cae4eb54a1 (patch)
treebcc2533ab221780f6ef358e290006131bd1a6c58 /src/lib/variant.cc
parent74e944d9ba137386efff089f9906e64d255836c9 (diff)
Splash behaviour does not need to be branded after all.
Diffstat (limited to 'src/lib/variant.cc')
-rw-r--r--src/lib/variant.cc7
1 files changed, 0 insertions, 7 deletions
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;
@@ -140,12 +139,6 @@ variant::dcpomatic_player_app()
}
bool
-variant::show_splash()
-{
- return _show_splash;
-}
-
-bool
variant::show_tagline()
{
return _show_tagline;