diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 18:57:33 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 18:57:33 +0000 |
commit | 86532993de6d66a5ff915f4e32cbd28c5afc24b3 (patch) | |
tree | 027d588c917b40c9da196f4d23510504efc09d6e /tools/xdisplaycheck | |
parent | 355c928eb49ca4a0dd2147010846ac85c378dce5 (diff) | |
download | chromium_src-86532993de6d66a5ff915f4e32cbd28c5afc24b3.zip chromium_src-86532993de6d66a5ff915f4e32cbd28c5afc24b3.tar.gz chromium_src-86532993de6d66a5ff915f4e32cbd28c5afc24b3.tar.bz2 |
xdisplaycheck: Remove obsolete check.
BUG=105046
TEST=none
Review URL: http://codereview.chromium.org/8676012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/xdisplaycheck')
-rw-r--r-- | tools/xdisplaycheck/xdisplaycheck.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xdisplaycheck/xdisplaycheck.cc b/tools/xdisplaycheck/xdisplaycheck.cc index 510f6e0..62fe19c 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)) { |