- remove dead code

This commit is contained in:
Magnus Norddahl 2019-06-30 21:13:15 +02:00
parent 1b7aeb35e1
commit 6e29d81502

View file

@ -221,7 +221,6 @@ protected:
void OrderAxes();
bool ReorderAxisPair(const GUID &x, const GUID &y, int pos);
HRESULT SetDataFormat();
bool SetConfigSection(bool create);
friend class FDInputJoystickManager;
};
@ -266,8 +265,6 @@ protected:
// PRIVATE FUNCTION PROTOTYPES ---------------------------------------------
static void MapAxis(FIntCVar &var, int num);
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
extern LPDIRECTINPUT8 g_pdi;