diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2021-05-11 09:36:22 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2021-07-15 11:42:40 +0200 |
commit | d8107027eff0f862326109842d8685c9b1d462b4 (patch) | |
tree | a2a7e85263ad8dd40af1583ab067a230f1bc1e60 /src/tests/meta-test-utils.h | |
parent | 724a7eee7496709f22de76213b8769ea90ab6393 (diff) | |
download | mutter-d8107027eff0f862326109842d8685c9b1d462b4.tar.gz |
tests/test-utils: Move test client path ensure helper to private header
It's only used from the test context, and the main test utils header
file will be used to export helper functionality, so move it out,
preparing for that.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
Diffstat (limited to 'src/tests/meta-test-utils.h')
-rw-r--r-- | src/tests/meta-test-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/meta-test-utils.h b/src/tests/meta-test-utils.h index 833f86fe9..0b4c24755 100644 --- a/src/tests/meta-test-utils.h +++ b/src/tests/meta-test-utils.h @@ -82,7 +82,4 @@ void meta_test_client_destroy (MetaTestClient *client); const char * meta_test_get_plugin_name (void); -void meta_ensure_test_client_path (int argc, - char **argv); - #endif /* TEST_UTILS_H */ |