diff options
author | Rr42 | 2018-06-06 12:12:49 +0530 |
---|---|---|
committer | Rr42 | 2018-06-06 12:12:49 +0530 |
commit | 2ef55474f6c1622b19bbd9dfa0d132bb433e08b9 (patch) | |
tree | 2fa3c806f3ae23ba62cc7b9e79f4617cf1951a13 /ldmicro/windows.cpp | |
parent | 27b5bf49732e586021d6f0edf4d95a8554e599ef (diff) | |
download | LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.tar.gz LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.tar.bz2 LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.zip |
Removed unnecessary files and headers.
Diffstat (limited to 'ldmicro/windows.cpp')
-rw-r--r-- | ldmicro/windows.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ldmicro/windows.cpp b/ldmicro/windows.cpp deleted file mode 100644 index 286aa7c..0000000 --- a/ldmicro/windows.cpp +++ /dev/null @@ -1,13 +0,0 @@ -void OutputDebugString(char* str) -{ - -} - -double GetTickCount(void) -{ -// timespec now; -// clock_gettime() -// if (clock_gettime(CLOCK_MONOTONIC, &now)) -// return 0; - return 10.2;//now.tv_sec * 1000.0 + now.tv_nsec / 1000000.0; -}
\ No newline at end of file |