You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jo...@apache.org on 2022/05/06 09:40:27 UTC

[isis] 02/05: ISIS-2957 unused code removed

This is an automated email from the ASF dual-hosted git repository.

joergrade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 0a3755f2e79f26778f867633f59ddad54cfb70ac
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Fri May 6 10:10:34 2022 +0200

    ISIS-2957 unused code removed
---
 .../apache/isis/client/kroviz/utils/js/ChartjsPluginDatalabels.kt  | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/utils/js/ChartjsPluginDatalabels.kt b/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/utils/js/ChartjsPluginDatalabels.kt
deleted file mode 100644
index dfef22799c..0000000000
--- a/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/utils/js/ChartjsPluginDatalabels.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-package org.apache.isis.client.kroviz.utils.js
-
-@JsModule("chartjs-plugin-datalabels")
-@JsNonModule
-external class Datalabels {
-
-}
\ No newline at end of file