This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
remove test code
pull/638/head
Jon Williams
7 years ago
parent
a9a8deadde
commit
df28dbfcee
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
src/sandbox.cpp
+ 0
- 6
src/sandbox.cpp
View File
@@ -73,12 +73,6 @@ bool sandboxInit() {
info("Sandbox initialized!");
}
sandbox_free_error(error_buff);
FILE *file2 = fopen("/Users/jon/Documents/mg.txt", "rb");
if(!file2) {
info("Couldn't read private file");
}
return success;
}
Write
Preview
Loading…
Cancel
Save