diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/java/awt/Paint.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/java/awt/Paint.h')
-rw-r--r-- | libjava/java/awt/Paint.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libjava/java/awt/Paint.h b/libjava/java/awt/Paint.h deleted file mode 100644 index 85f7c9fcec1..00000000000 --- a/libjava/java/awt/Paint.h +++ /dev/null @@ -1,42 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_awt_Paint__ -#define __java_awt_Paint__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace java - { - namespace awt - { - class Paint; - class PaintContext; - class Rectangle; - class RenderingHints; - namespace geom - { - class AffineTransform; - class Rectangle2D; - } - namespace image - { - class ColorModel; - } - } - } -} - -class java::awt::Paint : public ::java::lang::Object -{ - -public: - virtual ::java::awt::PaintContext * createContext(::java::awt::image::ColorModel *, ::java::awt::Rectangle *, ::java::awt::geom::Rectangle2D *, ::java::awt::geom::AffineTransform *, ::java::awt::RenderingHints *) = 0; - virtual jint getTransparency() = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __java_awt_Paint__ |