libbluray | branch: master | hpi1 <[email protected]> | Tue Sep 30 13:39:29 2014 +0300| [fb2364cee5184728c28eef34b46e3ef7adcfac79] | committer: hpi1
Remove empty libbluray/bdj/common.h there was really nothing that was shared between bdj files > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=fb2364cee5184728c28eef34b46e3ef7adcfac79 --- src/Makefile.am | 1 - src/libbluray/bdj/common.h | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a51f41a..9fc4ce6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,7 +147,6 @@ libbluray_la_SOURCES += \ libbluray/bdj/bdj.c \ libbluray/bdj/bdjo_parser.h \ libbluray/bdj/bdjo_parser.c \ - libbluray/bdj/common.h \ libbluray/bdj/native/java_awt_BDGraphics.h \ libbluray/bdj/native/java_awt_BDGraphics.c \ libbluray/bdj/native/java_awt_BDFontMetrics.h \ diff --git a/src/libbluray/bdj/common.h b/src/libbluray/bdj/common.h deleted file mode 100644 index 1ee94d4..0000000 --- a/src/libbluray/bdj/common.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * This file is part of libbluray - * Copyright (C) 2010 William Hahne - * - * 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.1 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, see - * <http://www.gnu.org/licenses/>. - */ - -#ifndef BDJ_COMMON_H_ -#define BDJ_COMMON_H_ - -#include "config.h" - -#endif /* BDJ_COMMON_H_ */ _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
