aboutsummaryrefslogtreecommitdiff
path: root/include/IOSOperator.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-07-16 00:32:15 +0200
committersfan5 <sfan5@live.de>2021-07-16 22:01:37 +0200
commit0afd79900267859ea8a6e241afbe5f75bfea4936 (patch)
treebcd0977a4423c8b19cad58976aa0e5b6da0513de /include/IOSOperator.h
parent2cc1a4e20a1cf3fe8bf907219663849d9e8d4372 (diff)
downloadirrlicht-0afd79900267859ea8a6e241afbe5f75bfea4936.tar.xz
Remove various ancient support code
Diffstat (limited to 'include/IOSOperator.h')
-rw-r--r--include/IOSOperator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/IOSOperator.h b/include/IOSOperator.h
index eeb1856..5d2d42a 100644
--- a/include/IOSOperator.h
+++ b/include/IOSOperator.h
@@ -32,11 +32,6 @@ public:
/** \return Returns 0 if no string is in there. */
virtual const c8* getTextFromClipboard() const = 0;
- //! Get the processor speed in megahertz
- /** \param MHz The integer variable to store the speed in.
- \return True if successful, false if not */
- virtual bool getProcessorSpeedMHz(u32* MHz) const = 0;
-
//! Get the total and available system RAM
/** \param totalBytes: will contain the total system memory in bytes
\param availableBytes: will contain the available memory in bytes