Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: tools/xdisplaycheck/xdisplaycheck.cc

Issue 8676012: xdisplaycheck: Remove obsolete check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/xdisplaycheck/xdisplaycheck.cc
diff --git a/tools/xdisplaycheck/xdisplaycheck.cc b/tools/xdisplaycheck/xdisplaycheck.cc
index 510f6e078ee998c72bd0f95f4725d9d28b00a2eb..62fe19cbe0a3843af7ab906dd9ae88b05f04021a 100644
--- a/tools/xdisplaycheck/xdisplaycheck.cc
+++ b/tools/xdisplaycheck/xdisplaycheck.cc
@@ -15,7 +15,7 @@
#include <time.h>
#include <X11/Xlib.h>
-#if defined(TOUCH_UI) || defined(USE_AURA)
+#if defined(USE_AURA)
#include <X11/extensions/XInput2.h>
#endif
@@ -48,7 +48,7 @@ int main(int argc, char* argv[]) {
return -1;
}
-#if defined(TOUCH_UI) || defined(USE_AURA)
+#if defined(USE_AURA)
// Check for XInput2
int opcode, event, err;
if (!XQueryExtension(display, "XInputExtension", &opcode, &event, &err)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698