Mercurial > mplayer.hg
changeset 36990:89c6bf8bea6b
Remove cut.c and header file.
author | ib |
---|---|
date | Thu, 27 Mar 2014 09:28:47 +0000 |
parents | 0b80003f6542 |
children | fa8b6892b0bf |
files | Makefile gui/util/cut.c gui/util/cut.h |
diffstat | 3 files changed, 0 insertions(+), 52 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Mar 27 09:15:47 2014 +0000 +++ b/Makefile Thu Mar 27 09:28:47 2014 +0000 @@ -523,7 +523,6 @@ gui/ui/playbar.c \ gui/ui/render.c \ gui/ui/video.c \ - gui/util/cut.c \ gui/wm/ws.c \ gui/wm/wsxdnd.c \
--- a/gui/util/cut.c Thu Mar 27 09:15:47 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -/* - * This file is part of MPlayer. - * - * MPlayer is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * MPlayer 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with MPlayer; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -/** - * @file - * @brief Parser helpers - */ - -#include <stdlib.h> -#include <string.h> - -#include "cut.h"
--- a/gui/util/cut.h Thu Mar 27 09:15:47 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -/* - * This file is part of MPlayer. - * - * MPlayer is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * MPlayer 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with MPlayer; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef MPLAYER_GUI_CUT_H -#define MPLAYER_GUI_CUT_H - -#include <stddef.h> - -#endif /* MPLAYER_GUI_CUT_H */