summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-03 16:48:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-03 16:48:50 +0000
commit0b984e08181fdd5f7ca451478d0f3712c1b5284b (patch)
treea5b055980cb8afa96653d3ce39e0448ecf446449 /desktop/inc
parentremove some archaic ByteStrings (diff)
downloadcore-0b984e08181fdd5f7ca451478d0f3712c1b5284b.tar.gz
core-0b984e08181fdd5f7ca451478d0f3712c1b5284b.zip
callcatcher: drop big pile of uncalled and uncallable code
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 8ef83095cf1e..4facc1042030 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -127,10 +127,7 @@ class Desktop : public Application
static sal_Bool CheckOEM();
static sal_Bool isCrashReporterEnabled();
- // first-start (ever) & license relate methods
- static rtl::OUString GetLicensePath();
- static sal_Bool LicenseNeedsAcceptance();
- static sal_Bool IsFirstStartWizardNeeded();
+ // first-start (ever) related methods
static sal_Bool CheckExtensionDependencies();
static void DoRestartActionsIfNecessary( sal_Bool bQuickStart );