CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/12/03 00:31:40
Modified files:
libbase : noseek_fd_adapter.cpp
Log message:
remove unused class member
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/noseek_fd_adapter.cpp?cvsroot=gnash&r1=1.23&r2=1.24
Patches:
Index: noseek_fd_adapter.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/noseek_fd_adapter.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- noseek_fd_adapter.cpp 2 Dec 2007 23:43:14 -0000 1.23
+++ noseek_fd_adapter.cpp 3 Dec 2007 00:31:40 -0000 1.24
@@ -110,9 +110,6 @@
// Use this file to cache data
FILE* _cache;
- // _cache file descriptor
- int _cachefd;
-
// the input file descriptor
int _fd;
@@ -278,7 +275,6 @@
throw gnash::GnashException("Could not create temporary
cache file");
}
}
- _cachefd = fileno(_cache);
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit