Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PIL/ImageGL.py
diff options
context:
space:
mode:
Diffstat (limited to 'PIL/ImageGL.py')
-rw-r--r--PIL/ImageGL.py28
1 files changed, 0 insertions, 28 deletions
diff --git a/PIL/ImageGL.py b/PIL/ImageGL.py
deleted file mode 100644
index 482f42d..0000000
--- a/PIL/ImageGL.py
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# The Python Imaging Library.
-# $Id: ImageGL.py 2438 2005-05-25 21:09:48Z Fredrik $
-#
-# OpenGL pixmap/texture interface (requires imToolkit OpenGL extensions)
-#
-# History:
-# 2003-09-13 fl Added
-#
-# Copyright (c) Secret Labs AB 2003.
-#
-# See the README file for information on usage and redistribution.
-#
-
-##
-# OpenGL pixmap/texture interface (requires imToolkit OpenGL
-# extensions.)
-##
-
-import _imaginggl
-
-##
-# Texture factory.
-
-class TextureFactory:
- pass # overwritten by the _imaginggl module
-
-from _imaginggl import *