Index: ui/gfx/screen_gtk.cc |
=================================================================== |
--- ui/gfx/screen_gtk.cc (revision 137624) |
+++ ui/gfx/screen_gtk.cc (working copy) |
@@ -76,11 +76,6 @@ |
namespace gfx { |
// static |
-bool Screen::IsDIPEnabled() { |
- return false; |
-} |
- |
-// static |
gfx::Point Screen::GetCursorScreenPoint() { |
gint x, y; |
gdk_display_get_pointer(gdk_display_get_default(), NULL, &x, &y, NULL); |