Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused and superfluous function
  • Loading branch information
kthoden committed Sep 4, 2020
1 parent 10458fa commit e571c4e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/eoatex2imxml.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2020-09-04 13:54:24 (kthoden)>
# Time-stamp: <2020-09-04 19:14:09 (kthoden)>

"""
Converts Latex files into a customized DocBook XML file.
Expand Down Expand Up @@ -221,12 +221,6 @@
# Certain functions for specific tasks #
########################################

def getchildren(xmlElement):
"""Include all subelements"""
1 + 1
return xmlElement
# def getchildren ends here

def TeX2PNG(LaTeXCode, Type, Chapter, Number):
"""Function to render LaTeX-Code into PNG-Files, returns PNG-Filename (epub & django)"""
# logging.info( f"TeX2PNG({LaTeXCode}, {Type}, {Chapter}, {Number})" )
Expand Down

0 comments on commit e571c4e

Please sign in to comment.