aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webgl_mode/mod.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-08-16 16:42:13 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-08-16 16:42:13 +0200
commitcfe22e3979b7270833a4b450b25fb2157deb1da2 (patch)
treef77d68b734a6327898cc8c01505b0723bf45ed4a /components/canvas/webgl_mode/mod.rs
parentee94e2b7c0bd327abe8f9545b2a1f792f67a2bdd (diff)
downloadservo-cfe22e3979b7270833a4b450b25fb2157deb1da2.tar.gz
servo-cfe22e3979b7270833a4b450b25fb2157deb1da2.zip
Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"
This reverts commit 90f55ea4580e2a15f7d70d0491444f18b972d450, reversing changes made to 2e60b27a2186a8cba4b952960155dfcf3f47d7db.
Diffstat (limited to 'components/canvas/webgl_mode/mod.rs')
-rw-r--r--components/canvas/webgl_mode/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/canvas/webgl_mode/mod.rs b/components/canvas/webgl_mode/mod.rs
deleted file mode 100644
index 660818fb096..00000000000
--- a/components/canvas/webgl_mode/mod.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-mod inprocess;
-pub use self::inprocess::WebGLThreads;