summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-02-09 16:08:46 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-02-09 16:08:46 +0100
commitdcb848ca3ed0ebddd4f28888d2a8ab2f59c9fd1c (patch)
tree96e11565b74cc8e49264723e6b0240c76d365f7d /src
parent71dc3269cddc3b48d518e95857ba3a06074c3cac (diff)
Remove empty file from compilation
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
-rw-r--r--src/Makefile1
-rw-r--r--src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx24
3 files changed, 3 insertions, 29 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9db3dc421..91354c6d1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,17 +3,17 @@
#
# CMakeLists.txt to build the FLTK library using CMake (www.cmake.org)
#
-# Copyright 1998-2018 by Bill Spitzak and others.
+# Copyright 1998-2020 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at:
#
-# http://www.fltk.org/COPYING.php
+# https://www.fltk.org/COPYING.php
#
# Please report all bugs and problems on the following page:
#
-# http://www.fltk.org/str.php
+# https://www.fltk.org/str.php
#
set (CPPFILES
@@ -395,7 +395,6 @@ set (GL_DRIVER_FILES
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx
- drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx
diff --git a/src/Makefile b/src/Makefile
index 597ff03fb..76027fe2b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -196,7 +196,6 @@ GLCPPFILES = \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx \
- drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx \
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx
diff --git a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx
deleted file mode 100644
index 4cb96e6f5..000000000
--- a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// "$Id$"
-//
-// Image drawing routines for the Fast Light Tool Kit (FLTK).
-//
-// Copyright 1998-2010 by Bill Spitzak and others.
-//
-// This library is free software. Distribution and use rights are outlined in
-// the file "COPYING" which should have been included with this file. If this
-// file is missing or damaged, see the license at:
-//
-// http://www.fltk.org/COPYING.php
-//
-// Please report all bugs and problems on the following page:
-//
-// http://www.fltk.org/str.php
-//
-
-// FIXME add code to draw various imge types in OpenGL
-
-
-//
-// End of "$Id$".
-//