diff options
author | sfan5 <sfan5@live.de> | 2021-07-16 00:32:15 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-07-16 22:01:37 +0200 |
commit | 0afd79900267859ea8a6e241afbe5f75bfea4936 (patch) | |
tree | bcd0977a4423c8b19cad58976aa0e5b6da0513de /include/IOSOperator.h | |
parent | 2cc1a4e20a1cf3fe8bf907219663849d9e8d4372 (diff) | |
download | irrlicht-0afd79900267859ea8a6e241afbe5f75bfea4936.tar.xz |
Remove various ancient support code
Diffstat (limited to 'include/IOSOperator.h')
-rw-r--r-- | include/IOSOperator.h | 5 |
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
|