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
38
Wiki
Activity
Browse Source
Remove contextInit/Destroy from context header.
tags/v2.0.0
Andrew Belt
4 years ago
parent
529d87ee12
commit
13a74d4650
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
include/context.hpp
+ 0
- 2
include/context.hpp
View File
@@ -43,8 +43,6 @@ struct Context {
};
void contextInit();
void contextDestroy();
/** Returns the global Context pointer */
Context* contextGet();
/** Sets the context for this thread.
Write
Preview
Loading…
Cancel
Save