[Rawstudio-commit] r2225 - trunk/librawstudio

Anders Brander anders at brander.dk
Tue Feb 24 23:32:22 CET 2009


Author: abrander
Date: 2009-02-24 23:32:22 +0100 (Tue, 24 Feb 2009)
New Revision: 2225

Removed:
   trunk/librawstudio/null.c
   trunk/librawstudio/null.h
Modified:
   trunk/librawstudio/Makefile.am
Log:
Removed unused files.

Modified: trunk/librawstudio/Makefile.am
===================================================================
--- trunk/librawstudio/Makefile.am	2009-02-24 22:08:30 UTC (rev 2224)
+++ trunk/librawstudio/Makefile.am	2009-02-24 22:32:22 UTC (rev 2225)
@@ -26,8 +26,7 @@
 	rs-color-transform.h \
 	rs-spline.h \
 	rs-curve.h \
-	rs-stock.h \
-	null.h
+	rs-stock.h
 
 lib_LTLIBRARIES = librawstudio-1.1.la
 librawstudio_1_1_la_SOURCES = \
@@ -48,8 +47,7 @@
 	rs-color-transform.c rs-color-transform.h \
 	rs-spline.c rs-spline.h \
 	rs-curve.c rs-curve.h \
-	rs-stock.c rs-stock.h \
-	null.c null.h
+	rs-stock.c rs-stock.h
 
 librawstudio_1_1_la_LIBADD = @PACKAGE_LIBS@ @LIBJPEG@ @LIBTIFF@ $(INTLLIBS)
 

Deleted: trunk/librawstudio/null.c
===================================================================
--- trunk/librawstudio/null.c	2009-02-24 22:08:30 UTC (rev 2224)
+++ trunk/librawstudio/null.c	2009-02-24 22:32:22 UTC (rev 2225)
@@ -1,19 +0,0 @@
-/*
- * Copyright (C) 2006-2009 Anders Brander <anders at brander.dk> and 
- * Anders Kvist <akv at lnxbx.dk>
- *
- * This program 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.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
- */
-

Deleted: trunk/librawstudio/null.h
===================================================================
--- trunk/librawstudio/null.h	2009-02-24 22:08:30 UTC (rev 2224)
+++ trunk/librawstudio/null.h	2009-02-24 22:32:22 UTC (rev 2225)
@@ -1,23 +0,0 @@
-/*
- * Copyright (C) 2006-2009 Anders Brander <anders at brander.dk> and 
- * Anders Kvist <akv at lnxbx.dk>
- *
- * This program 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.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
- */
-
-#ifndef NULL_H
-#define NULL_H
-
-#endif /* NULL_H */




More information about the Rawstudio-commit mailing list