mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
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:
parent
bd6837f2f9
commit
e85abdeb2c
16 changed files with 5 additions and 215 deletions
|
@ -2,7 +2,6 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
//struct rGLContext;
|
||||
#include "Emu/Io/Null/NullKeyboardHandler.h"
|
||||
#include "Emu/Io/Null/NullMouseHandler.h"
|
||||
#include "Emu/Io/Null/NullPadHandler.h"
|
||||
|
@ -18,31 +17,7 @@ struct rCanvas
|
|||
void *handle;
|
||||
};
|
||||
|
||||
//struct rGLContext
|
||||
//{
|
||||
// rGLContext();
|
||||
// rGLContext(rGLContext &) = delete;
|
||||
// rGLContext(rCanvas *canvas);
|
||||
// ~rGLContext();
|
||||
//
|
||||
// void *handle;
|
||||
//};
|
||||
|
||||
//struct rFrame
|
||||
//{
|
||||
// rFrame();
|
||||
// rFrame(rFrame &) = delete;
|
||||
// ~rFrame();
|
||||
//
|
||||
// void Close();
|
||||
// bool IsShown();
|
||||
// void Hide();
|
||||
// void Show();
|
||||
//
|
||||
// void *handle;
|
||||
//};
|
||||
|
||||
struct rGLFrame/*: public rFrame*/
|
||||
struct rGLFrame
|
||||
{
|
||||
rGLFrame();
|
||||
rGLFrame(const rGLFrame &) = delete;
|
||||
|
@ -56,7 +31,6 @@ struct rGLFrame/*: public rFrame*/
|
|||
void *handle;
|
||||
|
||||
void SetCurrent( void *ctx);
|
||||
//rCanvas *GetCanvas();
|
||||
void *GetNewContext();
|
||||
void Flip(/*rGLContext*/void *ctx);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue