Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zad_miner example fixes #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion Src/examples/vision2/zad_miner/ace/zad_miner.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<concurrency support="none"/>
</capability>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="memory_analyzer" location="$ISE_LIBRARY\library\memory_analyzer\memory_analyzer.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2.ecf"/>
<cluster name="root_cluster" location="..\src\"/>
Expand Down
6 changes: 1 addition & 5 deletions Src/examples/vision2/zad_miner/src/miner_window.e
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ feature -- Initialization

--| prepare the battle field ... the field of mines
reset_mine_field

if attached (create {MA_WINDOW}.make ("c:\dev\trunk\src\library\memory_analyzer")) as w then
w.show
end
end;

feature -- About box
Expand Down Expand Up @@ -652,7 +648,7 @@ feature -- command action
is_debuggable := True
end

toggle_debug_action (z_key: EV_KEY)
toggle_debug_action
-- Toggle debugging action.
do
debugging := not debugging
Expand Down