diff options
Diffstat (limited to 'base/win/metro.h')
-rw-r--r-- | base/win/metro.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/win/metro.h b/base/win/metro.h index 9354de8..8c7f3f9 100644 --- a/base/win/metro.h +++ b/base/win/metro.h @@ -91,9 +91,6 @@ BASE_EXPORT void SetForceToUseTSF(); // copying the src to it. BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src); -// Returns true if the screen supports touch. -BASE_EXPORT bool IsTouchEnabled(); - // Returns true if Windows Parental control activity logging is enabled. This // feature is available on Windows Vista and beyond. // This function should ideally be called on the UI thread. |