diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-03 16:48:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-03 16:48:50 +0000 |
commit | 0b984e08181fdd5f7ca451478d0f3712c1b5284b (patch) | |
tree | a5b055980cb8afa96653d3ce39e0448ecf446449 /desktop/inc/app.hxx | |
parent | 4a1d9483f00b54b8d49dc75fb55846c466ff475a (diff) |
callcatcher: drop big pile of uncalled and uncallable code
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 5 |
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 ); |