summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlos_unix.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-16 18:04:30 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-16 18:04:30 +0000
commit848bf53c3d7e1093f262a9b8826e662dfb5fa473 (patch)
treead8a809802a1b7a7d6531234b87abb81adfd453e /src/osd/sdl/sdlos_unix.c
parentbd1a98805c1b5269ce1f36b150bc085896a016bc (diff)
- moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic]
- removed ifdef MESS from osd part since calls are needed by zippath
Diffstat (limited to 'src/osd/sdl/sdlos_unix.c')
-rw-r--r--src/osd/sdl/sdlos_unix.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/osd/sdl/sdlos_unix.c b/src/osd/sdl/sdlos_unix.c
index 6e79fb365bf..8d487c0c33a 100644
--- a/src/osd/sdl/sdlos_unix.c
+++ b/src/osd/sdl/sdlos_unix.c
@@ -227,12 +227,6 @@ char *osd_get_clipboard_text(void)
#endif
//============================================================
-// MESS specific code below
-//============================================================
-
-#ifdef MESS
-
-//============================================================
// osd_stat
//============================================================
@@ -308,5 +302,3 @@ file_error osd_get_full_path(char **dst, const char *path)
return err;
}
-
-#endif