atk/rt.rs
1// Copyright 2013-2015, The Gtk-rs Project Developers.
2// See the COPYRIGHT file at the top-level directory of this distribution.
3// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
4
5/// No-op.
6macro_rules! assert_initialized_main_thread {
7 () => {};
8}
9
10/// No-op.
11macro_rules! skip_assert_initialized {
12 () => {};
13}