remove unexplained commented out code that I added myself with the last PR
* remove unexplained commented out code that I added myself * revert asmjit settings change that was meant to only be local for me
This commit is contained in:
@@ -26,11 +26,6 @@ rCanvas::~rCanvas()
|
||||
delete static_cast<wxGLCanvas*>(handle);
|
||||
}
|
||||
|
||||
//void *rCanvas::GetCurrent()
|
||||
//{
|
||||
// static_cast<wxGLCanvas*>(handle)->GetCur;
|
||||
//}
|
||||
|
||||
bool rCanvas::SetCurrent(void *ctx)
|
||||
{
|
||||
return static_cast<wxGLCanvas*>(handle)->SetCurrent(*static_cast<wxGLContext *>(ctx));
|
||||
|
||||
Reference in New Issue
Block a user