Skip to content
Snippets Groups Projects
Commit dc596a72 authored by Björn Schießle's avatar Björn Schießle
Browse files

remove function which is no longer needed

parent d4974b6d
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,7 @@ namespace OCA_Encryption;
class Keymanager {
# TODO: make all dependencies (including static classes) explicit, such as ocfsview objects, by adding them as method arguments (dependency injection)
private static function mergeProperties($properties) {
array_merge(self::$defaultProperties, $properties);
}
/**
* @brief retrieve private key from a user
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment