Skip to content

Commit 35c7ff9

Browse files
committed
remove last traces of watershedphp
1 parent 2c61a42 commit 35c7ff9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "TinCanPHP"]
22
path = TinCanPHP
33
url = https://github.com/garemoko/TinCanPHP.git
4-
[submodule "WatershedPHP"]
5-
path = WatershedPHP
6-
url = https://github.com/WatershedLRS/WatershedPHP.git

lib.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
// TinCanPHP - required for interacting with the LRS in tincanlaunch_get_statements.
3434
require_once("$CFG->dirroot/mod/tincanlaunch/TinCanPHP/autoload.php");
3535

36-
// WatershedPHP - required for Watershed integration.
37-
require_once("$CFG->dirroot/mod/tincanlaunch/WatershedPHP/watershed.php");
38-
3936
// SCORM library from the SCORM module. Required for its xml2Array class by tincanlaunch_process_new_package.
4037
require_once("$CFG->dirroot/mod/scorm/datamodels/scormlib.php");
4138

0 commit comments

Comments
 (0)