Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
4 changes: 0 additions & 4 deletions model/minsky.h
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,6 @@ namespace minsky
void nameCurrentItem(const std::string& name) {namedItems[name]=canvas.item;}
void itemFromNamedItem(const std::string& name) {canvas.item=namedItems[name].lock();}

/// trigger checkMem callback for testing purposes
bool triggerCheckMemAllocationCallback() const
{return checkMemAllocation(std::numeric_limits<size_t>::max());}

VariablePane variablePane;

/// Used to implement a pause until return pressed for attaching debugger purposes
Expand Down
Loading
Loading