mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
fa93ecdbc0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28883 a592a061-630c-0410-9148-cb99ea01b6c8
13 lines
534 B
Plaintext
13 lines
534 B
Plaintext
Function DeleteFiles
|
|
|
|
# list with deleted files for LyX 1.6.3
|
|
#RMDir /r "$INSTDIR\etc\Ghostscript\Resource"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-align-center.png"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-align-left.png"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-align-right.png"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-valign-bottom.png"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-valign-middle.png"
|
|
Delete "$INSTDIR\Resources\images\tabular-feature-valign-top.png"
|
|
FunctionEnd
|
|
|