mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Remove unused routine
This commit is contained in:
parent
62b47d0d0f
commit
3f7ce73003
@ -41,18 +41,6 @@ word relRate = $00FF
|
||||
//
|
||||
include "util.pla"
|
||||
//
|
||||
// Clear viewport to white
|
||||
//
|
||||
def clearWin
|
||||
byte i, j
|
||||
inverse
|
||||
home
|
||||
for j = 0 to 3
|
||||
for i = 0 to 39; putc(' '); next
|
||||
next
|
||||
return gotoxy(0,0)
|
||||
end
|
||||
//
|
||||
// Display LFO bar
|
||||
//
|
||||
def showLFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user