Skip to content

Commit

Permalink
Remove deprecated definitions and function for 4.5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Aug 8, 2024
1 parent e2314a1 commit 6036cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'newquestion' => array (
'capability' => 'mod/pdfannotator:recievenewquestionnotifications', // All capabilities.
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'popup' => MESSAGE_PERMITTED,
'email' => MESSAGE_PERMITTED,
),
),
Expand Down
8 changes: 0 additions & 8 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ function pdfannotator_supports($feature) {
default:
return null;
}
}
/**
* Function currently unused.
*
* @return string
*/
function mod_pdfannotator_before_standard_html_head() {

}
/**
* Returns all other caps used in module
Expand Down

0 comments on commit 6036cbc

Please sign in to comment.