summaryrefslogtreecommitdiffstats
path: root/xbmc/input/joysticks/DriverPrimitive.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/input/joysticks/DriverPrimitive.h')
-rw-r--r--xbmc/input/joysticks/DriverPrimitive.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/xbmc/input/joysticks/DriverPrimitive.h b/xbmc/input/joysticks/DriverPrimitive.h
index 11d391b..abe3724 100644
--- a/xbmc/input/joysticks/DriverPrimitive.h
+++ b/xbmc/input/joysticks/DriverPrimitive.h
@@ -179,13 +179,6 @@ public:
*/
bool IsValid(void) const;
- /*!
- * \brief Convert primitive to a string suitable for logging
- *
- * \return The primitive as described by a short string, or empty if invalid
- */
- std::string ToString() const;
-
private:
PRIMITIVE_TYPE m_type = PRIMITIVE_TYPE::UNKNOWN;
unsigned int m_driverIndex = 0;