Skip to content

Commit

Permalink
🔥 Sunset radio player
Browse files Browse the repository at this point in the history
Not supported in current API
  • Loading branch information
timmo001 committed Apr 27, 2019
1 parent 0d82e4b commit 1e4990c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 404 deletions.
15 changes: 0 additions & 15 deletions src/Components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import RefreshIcon from '@material-ui/icons/Refresh';
import FormatPaintIcon from '@material-ui/icons/FormatPaint';
import EditIcon from '@material-ui/icons/Edit';
import CheckIcon from '@material-ui/icons/Check';
import RadioIcon from '@material-ui/icons/Radio';
import ExitToAppIcon from '@material-ui/icons/ExitToApp';
import BorderTopIcon from '@material-ui/icons/BorderTop';
import CodeIcon from '@material-ui/icons/Code';
Expand Down Expand Up @@ -361,20 +360,6 @@ class Header extends React.PureComponent {
</IconButton>
</Tooltip>
)}
{!editing && (
<Tooltip title="Radio">
<IconButton
className={classes.button}
style={{
gridRow: timeDisabled && dateDisabled ? 1 : 3,
gridColumn: timeDisabled && dateDisabled ? 5 : 1
}}
aria-label="Radio"
onClick={this.props.handleRadioToggle}>
<RadioIcon className={classes.icon} />
</IconButton>
</Tooltip>
)}
{editing && (
<Tooltip title="Raw Editor">
<IconButton
Expand Down
142 changes: 0 additions & 142 deletions src/Components/Radio/InputDialog.js

This file was deleted.

Loading

0 comments on commit 1e4990c

Please sign in to comment.