summaryrefslogtreecommitdiff
path: root/eel/eel-mate-extensions.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-21 03:29:50 +0300
committermonsta <[email protected]>2016-08-22 16:40:21 +0300
commit3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch)
treebd06579cadb62b290fb983f61a02e4dedb3f64b1 /eel/eel-mate-extensions.c
parent6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff)
downloadcaja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2
caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz
drop a large amount of completely unused code
Diffstat (limited to 'eel/eel-mate-extensions.c')
-rw-r--r--eel/eel-mate-extensions.c6
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);
-}