diff options
Diffstat (limited to 'eel/eel-mate-extensions.c')
-rw-r--r-- | eel/eel-mate-extensions.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eel/eel-mate-extensions.c b/eel/eel-mate-extensions.c index 80563034..b40e4afc 100644 --- a/eel/eel-mate-extensions.c +++ b/eel/eel-mate-extensions.c @@ -199,9 +199,3 @@ eel_mate_open_terminal_on_screen (const char *command, mate_gdk_spawn_command_line_on_screen(screen, command_line, NULL); g_free (command_line); } - -void -eel_mate_open_terminal (const char *command) -{ - eel_mate_open_terminal_on_screen (command, NULL); -} |