Permalink
Browse files
GUI: remove not used const
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
gui/EventRecorder.cpp
|
|
@@ -49,7 +49,6 @@ namespace GUI { |
|
|
|
|
|
const int kMaxRecordsNames = 0x64; |
|
|
const int kDefaultScreenshotPeriod = 60000; |
|
|
const int kDefaultBPP = 2; |
|
|
|
|
|
uint32 readTime(Common::ReadStream *inFile) { |
|
|
uint32 d = inFile->readByte(); |
|
|
|