diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:35:11 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:35:11 -0500 |
commit | 0a211cd23fcca0b2f7fa175661b7237d3b3b9dce (patch) | |
tree | e0b39ff95b44d15dc24fa64c79b090c26088a4bd | |
parent | 452ceb636e37fab2927c688e7b495841879ea29a (diff) | |
download | fpoint-0a211cd23fcca0b2f7fa175661b7237d3b3b9dce.tar.gz fpoint-0a211cd23fcca0b2f7fa175661b7237d3b3b9dce.zip |
Removed old, static filename
-rw-r--r-- | driver.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ use fpoint_pptxzip implicit none type(pptxtracted)::presentation - !character(len=*), parameter::filename = "Welcome to PowerPoint.pptx" !"samplepptx.pptx" logical::verbose logical::notes integer::i, j |