@@ -209,23 +209,8 @@ class IDEView extends React.Component {
209
209
</ Helmet >
210
210
{ this . props . toast . isVisible && < Toast /> }
211
211
< Nav
212
- user = { this . props . user }
213
- newProject = { this . props . newProject }
214
- saveProject = { this . props . saveProject }
215
- autosaveProject = { this . props . autosaveProject }
216
- exportProjectAsZip = { this . props . exportProjectAsZip }
217
- cloneProject = { this . props . cloneProject }
218
- project = { this . props . project }
219
- logoutUser = { this . props . logoutUser }
220
- startSketch = { this . props . startSketch }
221
- stopSketch = { this . props . stopSketch }
222
- showShareModal = { this . props . showShareModal }
223
- showErrorModal = { this . props . showErrorModal }
224
- unsavedChanges = { this . props . ide . unsavedChanges }
225
212
warnIfUnsavedChanges = { this . warnIfUnsavedChanges }
226
- showKeyboardShortcutModal = { this . props . showKeyboardShortcutModal }
227
213
cmController = { this . cmController }
228
- setAllAccessibleOutput = { this . props . setAllAccessibleOutput }
229
214
/>
230
215
< Toolbar
231
216
className = "Toolbar"
@@ -527,7 +512,6 @@ IDEView.propTypes = {
527
512
id : PropTypes . string ,
528
513
username : PropTypes . string
529
514
} ) . isRequired ,
530
- newProject : PropTypes . func . isRequired ,
531
515
saveProject : PropTypes . func . isRequired ,
532
516
ide : PropTypes . shape ( {
533
517
isPlaying : PropTypes . bool . isRequired ,
@@ -615,22 +599,19 @@ IDEView.propTypes = {
615
599
closeNewFileModal : PropTypes . func . isRequired ,
616
600
expandSidebar : PropTypes . func . isRequired ,
617
601
collapseSidebar : PropTypes . func . isRequired ,
618
- exportProjectAsZip : PropTypes . func . isRequired ,
619
602
cloneProject : PropTypes . func . isRequired ,
620
603
expandConsole : PropTypes . func . isRequired ,
621
604
collapseConsole : PropTypes . func . isRequired ,
622
605
deleteFile : PropTypes . func . isRequired ,
623
606
updateFileName : PropTypes . func . isRequired ,
624
607
showEditProjectName : PropTypes . func . isRequired ,
625
608
hideEditProjectName : PropTypes . func . isRequired ,
626
- logoutUser : PropTypes . func . isRequired ,
627
609
openProjectOptions : PropTypes . func . isRequired ,
628
610
closeProjectOptions : PropTypes . func . isRequired ,
629
611
newFolder : PropTypes . func . isRequired ,
630
612
closeNewFolderModal : PropTypes . func . isRequired ,
631
613
createFolder : PropTypes . func . isRequired ,
632
614
createFile : PropTypes . func . isRequired ,
633
- showShareModal : PropTypes . func . isRequired ,
634
615
closeShareModal : PropTypes . func . isRequired ,
635
616
showEditorOptions : PropTypes . func . isRequired ,
636
617
closeEditorOptions : PropTypes . func . isRequired ,
0 commit comments