mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
General: Remove unimplemented function prototypes
This commit is contained in:
@ -6,12 +6,9 @@
|
||||
|
||||
#include "VideoCommon/NativeVertexFormat.h"
|
||||
|
||||
class VertexLoader_Position {
|
||||
class VertexLoader_Position
|
||||
{
|
||||
public:
|
||||
|
||||
// Init
|
||||
static void Init();
|
||||
|
||||
// GetSize
|
||||
static unsigned int GetSize(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
|
||||
|
Reference in New Issue
Block a user