summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/lok.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/lok.cxx')
-rw-r--r--comphelper/source/misc/lok.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx
index f9c9031d05cb..a6abd2a65486 100644
--- a/comphelper/source/misc/lok.cxx
+++ b/comphelper/source/misc/lok.cxx
@@ -17,8 +17,6 @@ namespace LibreOfficeKit
static bool g_bActive(false);
-static bool g_bViewCallback(true);
-
void setActive(bool bActive)
{
g_bActive = bActive;
@@ -29,16 +27,6 @@ bool isActive()
return g_bActive;
}
-void setViewCallback(bool bViewCallback)
-{
- g_bViewCallback = bViewCallback;
-}
-
-bool isViewCallback()
-{
- return g_bViewCallback;
-}
-
static void (*pStatusIndicatorCallback)(void *data, statusIndicatorCallbackType type, int percent)(nullptr);
static void *pStatusIndicatorCallbackData(nullptr);