Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/web/components/mobile/MobileCodeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { ref, watch } from "vue";
import { getDefaultCompiler } from "@/web/assemblers";
import MobileEditor from "@/web/components/assembly/MobileEditor.vue";
import Examples from "@/web/components/assembly/Examples.vue";
import MobileInstructionHelp from "@/web/components/mobile/MobileInstructionHelp.vue";
import LoadLibrary from "@/web/components/assembly/LoadLibrary.vue";
import LibraryTags from "@/web/components/assembly/LibraryTags.vue";
import {
Expand Down Expand Up @@ -134,10 +133,6 @@ function resetCode() {
<template #button-content>
<font-awesome-icon :icon="['fas', 'bars']" />
</template>
<b-dropdown-item v-b-modal.instruction-help-mobile>
<font-awesome-icon :icon="['fas', 'question-circle']" /> Instruction
Help
</b-dropdown-item>
<b-dropdown-item v-b-modal.examples-mobile>
<font-awesome-icon :icon="['fas', 'file-lines']" /> Examples
</b-dropdown-item>
Expand Down Expand Up @@ -171,12 +166,6 @@ function resetCode() {
:compile="false"
/>

<!-- Instruction Help modal -->
<MobileInstructionHelp
id="instruction-help-mobile"
:architecture_name="architecture_name"
/>

<!-- Load Library modal -->
<LoadLibrary id="load-library-mobile" />

Expand Down
171 changes: 0 additions & 171 deletions src/web/components/mobile/MobileInstructionHelp.vue

This file was deleted.

Loading