Remove deprecated method getOperatingSystemVersion
This commit is contained in:
		| @@ -18,13 +18,6 @@ public: | ||||
| 	//! Get the current operation system version as string. | ||||
| 	virtual const core::stringc& getOperatingSystemVersion() const = 0; | ||||
|  | ||||
| 	//! Get the current operation system version as string. | ||||
| 	/** \deprecated Use getOperatingSystemVersion instead. This method will be removed in Irrlicht 1.9. */ | ||||
| 	_IRR_DEPRECATED_ const wchar_t* getOperationSystemVersion() const | ||||
| 	{ | ||||
| 		return core::stringw(getOperatingSystemVersion()).c_str(); | ||||
| 	} | ||||
|  | ||||
| 	//! Copies text to the clipboard | ||||
| 	//! \param text: text in utf-8 | ||||
| 	virtual void copyToClipboard(const c8* text) const = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user