diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 17:47:44 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 17:47:44 -0500 |
commit | eafdec383cf6a99dc7a4c1a26107db306a133f08 (patch) | |
tree | e9ceb56122b9114f0ccf92f3fe19bfca3372fe7a /unrpyc/renpy/display | |
parent | 91922ff576405c2890c41dcd76c3c165e7a8151d (diff) | |
download | html5ks-eafdec383cf6a99dc7a4c1a26107db306a133f08.tar.xz html5ks-eafdec383cf6a99dc7a4c1a26107db306a133f08.zip |
clarify LICENSE, delete some unused files
Diffstat (limited to 'unrpyc/renpy/display')
-rw-r--r-- | unrpyc/renpy/display/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unrpyc/renpy/display/__init__.py b/unrpyc/renpy/display/__init__.py index 055dad6..3420500 100644 --- a/unrpyc/renpy/display/__init__.py +++ b/unrpyc/renpy/display/__init__.py @@ -19,8 +19,6 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -import renpy.log - # The draw object through which all drawing is routed. This object # contains all of the distinction between the software and GL # renderers. @@ -31,9 +29,3 @@ interface = None # Should we disable imagedissolve-type transitions? less_imagedissolve = False - -# Logs we use. -log = renpy.log.open("log", developer=False, append=False) -ic_log = renpy.log.open("image_cache", developer=True, append=False) -to_log = renpy.log.open("text_overflow", developer=True, append=True) - |