Skip to content

Commit b9ba937

Browse files
committed
chore: remove unused functions
1 parent 176c94a commit b9ba937

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

yaml-generation/bib.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,6 @@ function elementIsShown($activityName) {
9090
return isElement( $csvFile, $activityName);
9191
}
9292

93-
94-
$csvFile = 'selectedData.csv';
95-
96-
97-
/**
98-
*
99-
* @return unknown
100-
*/
101-
function getCsv() {
102-
$csvFile = 'selectedData.csv';
103-
$csv= readCSV($csvFile, ",");
104-
return $csv;
105-
}
106-
107-
108-
10993
/**
11094
*
11195
* @param unknown $array

0 commit comments

Comments
 (0)