diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-11-16 16:17:23 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-11-16 16:17:23 +0100 |
commit | 40d5d5512401673f30ba822ff26b1762c9730da9 (patch) | |
tree | 801fc9afc2dc9ae5b3f0790eb443d19fe456a56d /lib/private/notification/iaction.php | |
parent | 1666af89c2db24e05dfc8480e087fc73bb32e831 (diff) | |
download | nextcloud-server-40d5d5512401673f30ba822ff26b1762c9730da9.tar.gz nextcloud-server-40d5d5512401673f30ba822ff26b1762c9730da9.zip |
Remove the icon for now
Diffstat (limited to 'lib/private/notification/iaction.php')
-rw-r--r-- | lib/private/notification/iaction.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/private/notification/iaction.php b/lib/private/notification/iaction.php index 9fd964e3dcf..4aed2e92517 100644 --- a/lib/private/notification/iaction.php +++ b/lib/private/notification/iaction.php @@ -95,20 +95,6 @@ interface IAction { public function getRequestType(); /** - * @param string $icon - * @return $this - * @throws \InvalidArgumentException if the icon is invalid - * @since 8.2.0 - */ - public function setIcon($icon); - - /** - * @return string - * @since 8.2.0 - */ - public function getIcon(); - - /** * @return bool * @since 8.2.0 */ |