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

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 709d7c1  DISPATCH-1945: Remove unused function to avoid lint error.
709d7c1 is described below

commit 709d7c1ebfcf132e7e8f4affbaa95e287a17ea42
Author: Ernest Allen <eal...@redhat.com>
AuthorDate: Tue Feb 2 16:01:20 2021 -0500

    DISPATCH-1945: Remove unused function to avoid lint error.
---
 console/react/src/topology/svgUtils.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/console/react/src/topology/svgUtils.js 
b/console/react/src/topology/svgUtils.js
index c9ecd36..1ac122e 100644
--- a/console/react/src/topology/svgUtils.js
+++ b/console/react/src/topology/svgUtils.js
@@ -252,6 +252,7 @@ export function addGradient(svg) {
   grad.append("stop").attr("offset", "50%").style("stop-color", "#F0F000");
 }
 
+/*
 function addStyles(stend, stateColor, radii) {
   // the <style>
   let element = document.querySelector("style");
@@ -272,3 +273,4 @@ function addStyles(stend, stateColor, radii) {
     }
   }
 }
+*/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to