Index: trunk/src/ui/events/event_utils.h |
=================================================================== |
--- trunk/src/ui/events/event_utils.h (revision 244377) |
+++ trunk/src/ui/events/event_utils.h (working copy) |
@@ -133,9 +133,6 @@ |
// Returns whether natural scrolling should be used for touchpad. |
EVENTS_EXPORT bool ShouldDefaultToNaturalScroll(); |
-// Returns whether or not the internal display produces touch events. |
-EVENTS_EXPORT bool InternalDisplaySupportsTouch(); |
- |
// Was this event generated by a touchpad device? |
// The caller is responsible for ensuring that this is a mouse/touchpad event |
// before calling this function. |