diff options
Diffstat (limited to 'library/globalFunctions.h')
-rw-r--r-- | library/globalFunctions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/globalFunctions.h b/library/globalFunctions.h index add3c79d..f46a5906 100644 --- a/library/globalFunctions.h +++ b/library/globalFunctions.h @@ -44,9 +44,6 @@ namespace globalFunctions int readInt(wxInputStream& stream); //read int from file stream void writeInt(wxOutputStream& stream, const int number); //write int to filestream - - void startPerformance(); //helper method for quick performance measurement - void stopPerformance(); } |