summaryrefslogtreecommitdiff
path: root/src/iso/simview.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-29 19:45:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:53:57 +0200
commit114d3a641540c890455aefd7d32e67ffa8060301 (patch)
tree604898c6c7b62b650e27eb779e1ab601889913cb /src/iso/simview.h
parent5253402722be8dcd2aaac95708ff3a28be345bcd (diff)
Remove ISO front-end code.
Diffstat (limited to 'src/iso/simview.h')
-rw-r--r--src/iso/simview.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/iso/simview.h b/src/iso/simview.h
deleted file mode 100644
index a1cac864..00000000
--- a/src/iso/simview.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* simview.h
- *
- * Copyright (c) 2001, 2002 Hansjörg Malthaner
- * hansjoerg.malthaner@gmx.de
- *
- * This file is part of the Simugraph graphics engine.
- *
- *
- * This file may be copied and modified freely so long as the above credits,
- * this paragraph, and the below disclaimer of warranty are retained; no
- * financial profit is derived from said modification or copying; and all
- * licensing rights to any modifications are granted to the original author,
- * Hansjörg Malthaner.
- *
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
- * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-#ifndef simview_h
-#define simview_h
-
-
-/**
- * Draws the full iso-view display
- * @author Hj. Malthaner
- */
-void display();
-
-
-#endif