- remove dead code

This commit is contained in:
Magnus Norddahl 2019-06-30 21:13:15 +02:00 committed by drfrag
parent 7a545226f1
commit 36b7a7d189

View file

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