# HG changeset patch # User ib # Date 1395912527 0 # Node ID 89c6bf8bea6b54326bc419670d580e7cefe482bd # Parent 0b80003f65428e1ceb18fad84009147d4f77ff32 Remove cut.c and header file. diff -r 0b80003f6542 -r 89c6bf8bea6b Makefile --- 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 \ diff -r 0b80003f6542 -r 89c6bf8bea6b gui/util/cut.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 -#include - -#include "cut.h" diff -r 0b80003f6542 -r 89c6bf8bea6b gui/util/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 - -#endif /* MPLAYER_GUI_CUT_H */