mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #2977 from lioncash/unused
General: Remove unimplemented function prototypes
This commit is contained in:
@ -39,7 +39,6 @@ public:
|
||||
static void SetEfbScaleChanged();
|
||||
static void SetZSlope(float dfdx, float dfdy, float f0);
|
||||
static void SetIndMatrixChanged(int matrixidx);
|
||||
static void SetTevKSelChanged(int id);
|
||||
static void SetZTextureTypeChanged();
|
||||
static void SetIndTexScaleChanged(bool high);
|
||||
static void SetTexCoordChanged(u8 texmapid);
|
||||
|
@ -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);
|
||||
|
||||
|
@ -9,10 +9,6 @@
|
||||
class VertexLoader_TextCoord
|
||||
{
|
||||
public:
|
||||
|
||||
// Init
|
||||
static void Init();
|
||||
|
||||
// GetSize
|
||||
static unsigned int GetSize(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
|
||||
|
@ -160,5 +160,4 @@ public:
|
||||
|
||||
protected:
|
||||
void InitializeShared();
|
||||
void InvalidState();
|
||||
};
|
||||
|
Reference in New Issue
Block a user