summaryrefslogtreecommitdiff
path: root/src/file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.cc')
-rw-r--r--src/file.cc34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/file.cc b/src/file.cc
index a9da5ba..50ed3f9 100644
--- a/src/file.cc
+++ b/src/file.cc
@@ -24,40 +24,6 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-
-/*
- * $Id$
- */
-
-/*
- * $Log$
- * Revision 1.7 2005/06/20 15:15:24 deva
- * *** empty log message ***
- *
- * Revision 1.6 2005/06/19 20:04:43 deva
- * ImgEncoder now uses the file class for output, through jpeg_mem_dest.
- *
- * Revision 1.5 2005/06/19 11:44:14 deva
- * Cleaned up a log of logging.
- * Fixed server queue (shouldn't happen).
- * Added user and group lookup.
- *
- * Revision 1.4 2005/06/14 18:58:35 deva
- * *** empty log message ***
- *
- * Revision 1.3 2005/06/14 12:29:40 deva
- * Incorporated the use of the Info object everywhere... also using the log functionality.
- *
- * Revision 1.2 2005/06/13 20:38:19 deva
- * Added some logfile code.
- * Enhanced the file object... now ready to hook into mov_encoder
- *
- * Revision 1.1 2005/06/09 17:54:00 deva
- * New file object, that takes care of uniqueness and counts up number in
- * filename, when grown too big.
- *
- */
-
#include <config.h>
#include "file.h"