Browse Source

Remove contextInit/Destroy from context header.

tags/v2.0.0
Andrew Belt 4 years ago
parent
commit
13a74d4650
1 changed files with 0 additions and 2 deletions
  1. +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.


Loading…
Cancel
Save