Index: chrome/gpu/x_util.cc |
diff --git a/chrome/gpu/x_util.cc b/chrome/gpu/x_util.cc |
index 3756f67cd872cf728dc2b2eb331fac8d51476e8a..67cd8946ea7bc6ba69ca3f3b4f456d1b4369c39f 100644 |
--- a/chrome/gpu/x_util.cc |
+++ b/chrome/gpu/x_util.cc |
@@ -4,8 +4,5 @@ |
#include "chrome/gpu/x_util.h" |
-#include <X11/Xutil.h> |
+// TODO(joth): delete this file is not needed. |
-void ScopedPtrXFree::operator()(void* x) const { |
- ::XFree(x); |
-} |