summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-25 11:54:14 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-25 11:54:14 +0100
commit72bdb9394347572644799ad964d1fbc6f3969033 (patch)
tree58f049e82afedfbb72bb41c10bcdb3dbb67cb106
parentcc89d75a54d369722149885335af51661a62cade (diff)
downloadtuxcmd-modules-72bdb9394347572644799ad964d1fbc6f3969033.tar.xz
Remove obsolete VFSGetPrefix symbolv0.6.69
-rw-r--r--gvfs/gvfs.c16
-rw-r--r--libarchive/libarchive.c6
-rw-r--r--unrar/unrar.c6
-rw-r--r--zip/zip.cpp6
4 files changed, 0 insertions, 34 deletions
diff --git a/gvfs/gvfs.c b/gvfs/gvfs.c
index 197fca3..55e0d9b 100644
--- a/gvfs/gvfs.c
+++ b/gvfs/gvfs.c
@@ -386,22 +386,6 @@ VFSGetNetworkServices ()
return l;
}
-char *
-VFSGetPrefix (struct TVFSGlobs *globs)
-{
- GFile *f;
- char *s;
-
- if (globs->file) {
- f = g_file_resolve_relative_path (globs->file, "/");
- s = g_file_get_uri (f);
- g_object_unref (f);
- return s;
- }
- else
- return NULL;
-}
-
TVFSResult
VFSOpen (struct TVFSGlobs *globs, char *sName)
{
diff --git a/libarchive/libarchive.c b/libarchive/libarchive.c
index 956a216..dd752cf 100644
--- a/libarchive/libarchive.c
+++ b/libarchive/libarchive.c
@@ -148,12 +148,6 @@ VFSGetInfo()
}
char *
-VFSGetPrefix (struct TVFSGlobs *globs)
-{
- return g_strdup (globs->archive_path);
-}
-
-char *
VFSGetArchiveExts ()
{
return g_strdup ("tar;tar.gz;tar.bz2;tgz;tbz2;cpio;iso;a;deb");
diff --git a/unrar/unrar.c b/unrar/unrar.c
index c4870ea..1bd0b98 100644
--- a/unrar/unrar.c
+++ b/unrar/unrar.c
@@ -165,12 +165,6 @@ VFSGetInfo()
}
char *
-VFSGetPrefix (struct TVFSGlobs *globs)
-{
- return g_strdup (globs->archive_path);
-}
-
-char *
VFSGetArchiveExts ()
{
return g_strdup ("rar;r00;r01;r02;r03;r04;r05;r06;r07;r08;r09;r10;r11;r12;r13;r14;r15;r16;r17;r18;r19;r20;r21;r22;r23;r24;r25;r26;r27;r28;r29;r30;r31;r32;r33;r34;r35;r36;r37;r38;r39;r40;r41;r42;r43;r44;r45;r46;r47;r48;r49;r50;r51;r52;r53;r54;r55;r56;r57;r58;r59;r60;r61;r62;r63;r64;r65;r66;r67;r68;r69;r70;r71;r72;r73;r74;r75;r76;r77;r78;r79;r80;r81;r82;r83;r84;r85;r86;r87;r88;r89;r90;r91;r92;r93;r94;r95;r96;r97;r98;r99");
diff --git a/zip/zip.cpp b/zip/zip.cpp
index 23d8350..88f7ec9 100644
--- a/zip/zip.cpp
+++ b/zip/zip.cpp
@@ -303,12 +303,6 @@ VFSGetInfo()
}
char *
-VFSGetPrefix (struct TVFSGlobs *globs)
-{
- return g_strdup (globs->archive_path);
-}
-
-char *
VFSGetArchiveExts()
{
return g_strdup ("zip");