changeset 86:366e1323bcb9

Remove painting/all.d, as I somehow missed it before.
author Jordan Miner <jminer7@gmail.com>
date Mon, 19 Jul 2010 21:42:06 -0500
parents ded31d46f75f
children 7cf356729515
files dynamin/painting/all.d
diffstat 1 files changed, 0 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/dynamin/painting/all.d	Mon Jul 19 18:37:14 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-// Written in the D programming language
-// www.digitalmars.com/d/
-
-/*
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is the Dynamin library.
- *
- * The Initial Developer of the Original Code is Jordan Miner.
- * Portions created by the Initial Developer are Copyright (C) 2006-2009
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   Jordan Miner <jminer7@gmail.com>
- *
- */
-
-module dynamin.painting.all;
-
-public import dynamin.painting.color;
-public import dynamin.painting.coordinates;
-public import dynamin.painting.graphics;
-