summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-01-27 19:19:43 +0100
committerJan Holesovsky <kendy@collabora.com>2017-01-31 17:45:29 +0100
commitbe71e2b860e8ec5debc60bdcbda3e3fa5f8cd528 (patch)
tree2dc4716c1cb6be6dcba464b507f3fefa9af0ece7 /desktop/inc
parentadd pct fuzzer (diff)
downloadcore-be71e2b860e8ec5debc60bdcbda3e3fa5f8cd528.tar.gz
core-be71e2b860e8ec5debc60bdcbda3e3fa5f8cd528.zip
Revert "Lok: support for batch API calls"
This was for the moment removed from the online.git, so let's disable the API bits too before it shows this is really necessary. Reverts also: Revert "Lok: unittest batch API" Change-Id: I7bf3fe62d1e73b6f233992d51f587868a78f4bec
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/lib/init.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index bfe9954c3308..302f54de5391 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -41,10 +41,6 @@ namespace desktop {
void setEventLatch(const bool bEventLatch)
{
m_bEventLatch = bEventLatch;
- if (!IsActive())
- {
- Start();
- }
}
bool isEventLatchOn() const { return m_bEventLatch; }