removed some unused stuff

This commit is contained in:
zueuk
2005-12-31 08:30:50 +00:00
parent f4a6ab8f7a
commit ae676f26d9
4 changed files with 1 additions and 330 deletions

View File

@ -31,14 +31,12 @@ uses
const
PixelCountMax = 32768;
WM_THREAD_COMPLETE = WM_APP + 5437; { Just a magic number }
WM_PROGRESS_UPDATE = WM_APP + 5438; { Just a magic number }
RS_A1 = 0;
RS_DR = 1;
RS_XO = 2;
RS_VO = 3;
AppVersionString = 'Apophysis 2.03c pre-release 5';
AppVersionString = 'Apophysis 2.03c';
type
TMouseMoveState = (msUsual, msZoomWindow, msZoomOutWindow, msZoomWindowMove, msZoomOutWindowMove, msDrag, msDragMove, msRotate, msRotateMove);