[libbluray-devel] Remove empty libbluray/bdj/common.h

hpi1 git at videolan.org
Tue Sep 30 13:10:18 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | 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_ */



More information about the libbluray-devel mailing list