diff options
Diffstat (limited to 'data/apps.rb')
-rw-r--r-- | data/apps.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/apps.rb b/data/apps.rb index 6a906e9d..089aba40 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -57,11 +57,6 @@ module Application else nil end end - def mplayer_detached(files) - files.base_flags = 'd' - mplayer(files) - end - def evince(files) "evince #{files}" end |