From 7d97c0868edfc06c3485f807543f91b12239e026 Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Mon, 2 Aug 2021 11:30:03 +0200
Subject: [PATCH] Remove conditional require that points to a file that does
 not exist

---
 lib.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib.php b/lib.php
index 2e6d745..61d2d5a 100644
--- a/lib.php
+++ b/lib.php
@@ -25,12 +25,6 @@ require_once('locallib.php');
 
 $adobeconnect_EXAMPLE_CONSTANT = 42;
 
-/** Include eventslib.php */
-$branch = (int)$CFG->branch;
-if ($branch <= 35) {
-    require_once($CFG->libdir.'/eventslib.php');
-}
-
 /** Include calendar/lib.php */
 require_once($CFG->dirroot.'/calendar/lib.php');
 
-- 
GitLab