Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/strptime.h')
-rw-r--r--libavformat/strptime.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/libavformat/strptime.h b/libavformat/strptime.h
deleted file mode 100644
index 7274956cd1..0000000000
--- a/libavformat/strptime.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2003 the ffmpeg project
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
-
-#ifndef STRPTIME_H
-#define STRPTIME_H
-
-extern char *strptime(const char *, const char *, struct tm *);
-
-#endif // STRPTIME_H