diff options
Diffstat (limited to 'tests/test_macros.h')
-rw-r--r-- | tests/test_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_macros.h b/tests/test_macros.h index 9fd95465f6..5d1bcdecf4 100644 --- a/tests/test_macros.h +++ b/tests/test_macros.h @@ -209,7 +209,6 @@ int register_test_command(String p_command, TestFunc p_function); event.instantiate(); \ event->set_position(m_screen_pos); \ event->set_button_mask(m_mask); \ - event->set_relative(Vector2(10, 10)); \ _UPDATE_EVENT_MODIFERS(event, m_modifers); \ _SEND_DISPLAYSERVER_EVENT(event); \ MessageQueue::get_singleton()->flush(); \ |