aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorPawel Kolodziejski2011-05-25 19:40:55 +0200
committerPawel Kolodziejski2011-05-25 19:40:55 +0200
commita87d33845a9e8253b876ef59d0b9b9fd45a9aaa4 (patch)
tree935556af1176f7f99d0d5ef1a9cc4a17dfc7eeef /backends
parent5cd5d2663dc57157e79d5f1621ead4e446bec046 (diff)
downloadscummvm-rg350-a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4.tar.gz
scummvm-rg350-a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4.tar.bz2
scummvm-rg350-a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4.zip
SAMSUNGTV: revert code of result some previous commit
Diffstat (limited to 'backends')
-rw-r--r--backends/base-backend.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/base-backend.cpp b/backends/base-backend.cpp
index 624de1f3e5..40e702495a 100644
--- a/backends/base-backend.cpp
+++ b/backends/base-backend.cpp
@@ -61,12 +61,8 @@ void BaseBackend::fillScreen(uint32 col) {
#if defined(POSIX)
-#if defined(SAMSUNGTV)
-#define DEFAULT_CONFIG_FILE "/dtv/usb/sda1/.scummvmrc"
-#else
#define DEFAULT_CONFIG_FILE ".scummvmrc"
#endif
-#endif
#if !defined(POSIX)
#define DEFAULT_CONFIG_FILE "scummvm.ini"