summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 14:52:57 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 14:55:58 +0200
commit1bbb19b4cb35d984b7b83038aaf341030dc6be96 (patch)
tree7d396a2aa17a8b241c25d583f031581007c8528f /test/textbox-test.c
parent7f78031bda1841fdc49709874d4ee318d886515a (diff)
tests: Drop leftover placeholder functions
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 3b1ceb7e..afba2943 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -69,16 +69,6 @@ int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
return FALSE;
}
-int abe_test_action ( G_GNUC_UNUSED KeyBindingAction action, G_GNUC_UNUSED unsigned int mask, G_GNUC_UNUSED xkb_keysym_t key )
-{
- return FALSE;
-}
-int show_error_message ( const char *msg, int markup )
-{
- rofi_view_error_dialog ( msg, markup );
- return 0;
-}
-
int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
{
cairo_surface_t *surf = cairo_image_surface_create ( CAIRO_FORMAT_ARGB32, 100, 100 );