changeset 22:9a50d6d96815

Remove a couple unused files I forgot to delete. To avoid modules with the same name, I renamed them to dynamin.all_core, etc.
author Jordan Miner <jminer7@gmail.com>
date Sat, 25 Jul 2009 14:47:45 -0500
parents d0ce1db78819
children d55b5b998412
files dynamin/core/all.d dynamin/gui/all.d
diffstat 2 files changed, 0 insertions(+), 96 deletions(-) [+]
line wrap: on
line diff
--- a/dynamin/core/all.d	Fri Jul 24 15:14:01 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +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.core.all;
-
-public import dynamin.core.benchmark;
-public import dynamin.core.console;
-public import dynamin.core.environment;
-public import dynamin.core.event;
-public import dynamin.core.file;
-public import dynamin.core.global;
-public import dynamin.core.list;
-public import dynamin.core.math;
-public import dynamin.core.settings;
-public import dynamin.core.string;
-
--- a/dynamin/gui/all.d	Fri Jul 24 15:14:01 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +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.gui.all;
-
-// listed somewhat in order of dependences
-public import dynamin.gui.key;
-public import dynamin.gui.control;
-public import dynamin.gui.container;
-public import dynamin.gui.events;
-public import dynamin.gui.window;
-public import dynamin.gui.layout;
-
-public import dynamin.gui.cursor;
-public import dynamin.gui.clipboard;
-public import dynamin.gui.screen;
-version(Windows) public import dynamin.gui.directory_dialog;
-version(Windows) public import dynamin.gui.file_dialog;
-
-public import dynamin.gui.label;
-public import dynamin.gui.button;
-public import dynamin.gui.check_box;
-public import dynamin.gui.radio_button;
-public import dynamin.gui.notebook;
-
-public import dynamin.gui.scroll_bar;
-public import dynamin.gui.scrollable;
-public import dynamin.gui.list_box;
-public import dynamin.gui.text_box;
-
-public import dynamin.gui.theme;
-public import dynamin.gui.basic_theme;
-public import dynamin.gui.windows_theme;
-
-void aHack() { Theme.current; }
-