Attivato sempre il tasto F11

git-svn-id: svn://10.65.10.50/trunk@232 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-09-14 07:37:32 +00:00
parent c54566df77
commit dfc7c0a805
2 changed files with 2 additions and 6 deletions

View File

@ -12,9 +12,7 @@
HIDDEN const char* const MASK_EXT = "msk";
#ifdef DBG
clock_t clock1, clock2, clock3;
#endif
clock_t clock1, clock2;
///////////////////////////////////////////////////////////
// TMask methods
@ -740,7 +738,6 @@ bool TMask::on_key(KEY key)
case K_NEXT:
next_page(+1);
break;
#ifdef DBG
case K_F11:
message_box("Siete fortunati utenti del campo %d della maschera '%s'\n"
"caricata nell'incredibile tempo di %ld millisecondi\n"
@ -748,7 +745,6 @@ bool TMask::on_key(KEY key)
"Grazie per la comprensione",
fld(_focus).dlg(), (const char*)source_file(), clock1, clock2);
break;
#endif
default:
if (key > K_CTRL)
{

View File

@ -1 +1 @@
#define VERSION 1.1
#define VERSION 1.2