Skip to content

Commit c4c9774

Browse files
committed
removed 'Save Ruby to your computer' menu item.
1 parent ee2ef2f commit c4c9774

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/menu-bar/menu-bar.jsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import AuthorInfo from './author-info.jsx';
2626
import AccountNav from '../../containers/account-nav.jsx';
2727
import LoginDropdown from './login-dropdown.jsx';
2828
import SB3Downloader from '../../containers/sb3-downloader.jsx';
29-
import RubyDownloader from '../../containers/ruby-downloader.jsx';
3029
import DeletionRestorer from '../../containers/deletion-restorer.jsx';
3130
import TurboMode from '../../containers/turbo-mode.jsx';
3231
import MenuBarHOC from '../../containers/menu-bar-hoc.jsx';
@@ -446,20 +445,6 @@ class MenuBar extends React.Component {
446445
</MenuItem>
447446
)}</SB3Downloader>
448447
</MenuSection>
449-
<MenuSection>
450-
<RubyDownloader>{(className, downloadProjectCallback) => (
451-
<MenuItem
452-
className={className}
453-
onClick={this.getSaveToComputerHandler(downloadProjectCallback)}
454-
>
455-
<FormattedMessage
456-
defaultMessage="Save Ruby to your computer"
457-
description="Menu bar item for downloading Ruby code to your computer" // eslint-disable-line max-len
458-
id="gui.smalruby3.menuBar.downloadRubyCodeToComputer"
459-
/>
460-
</MenuItem>
461-
)}</RubyDownloader>
462-
</MenuSection>
463448
</MenuBarMenu>
464449
</div>
465450
)}

0 commit comments

Comments
 (0)