From ec4a879210f291a3919bf41f41a26f0e1e45b67e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 29 Jul 2016 10:46:33 -0700 Subject: [PATCH] Remove copy/paste cruft (#172) --- js/Balance.jsx | 1 - js/Kbps.jsx | 1 - js/Khz.jsx | 1 - js/Position.jsx | 1 - js/Volume.jsx | 1 - 5 files changed, 5 deletions(-) diff --git a/js/Balance.jsx b/js/Balance.jsx index a0238095..6a40a187 100644 --- a/js/Balance.jsx +++ b/js/Balance.jsx @@ -1,4 +1,3 @@ -// Single line text display that can animate and hold multiple registers import React from 'react'; import {connect} from 'react-redux'; diff --git a/js/Kbps.jsx b/js/Kbps.jsx index 1b8dde37..029fbc76 100644 --- a/js/Kbps.jsx +++ b/js/Kbps.jsx @@ -1,4 +1,3 @@ -// Single line text display that can animate and hold multiple registers import React from 'react'; import {connect} from 'react-redux'; diff --git a/js/Khz.jsx b/js/Khz.jsx index 3663a6bd..7f21b84a 100644 --- a/js/Khz.jsx +++ b/js/Khz.jsx @@ -1,4 +1,3 @@ -// Single line text display that can animate and hold multiple registers import React from 'react'; import {connect} from 'react-redux'; diff --git a/js/Position.jsx b/js/Position.jsx index ce188104..26ae779e 100644 --- a/js/Position.jsx +++ b/js/Position.jsx @@ -1,4 +1,3 @@ -// Single line text display that can animate and hold multiple registers import React from 'react'; import {connect} from 'react-redux'; diff --git a/js/Volume.jsx b/js/Volume.jsx index e6574d46..81be1514 100644 --- a/js/Volume.jsx +++ b/js/Volume.jsx @@ -1,4 +1,3 @@ -// Single line text display that can animate and hold multiple registers import React from 'react'; import {connect} from 'react-redux';