mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
.removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@5661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3bb05eef7c
commit
4db8843f7d
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#define LLOG(x) DLOG(x)
|
||||
#define LLOG(x) // DLOG(x)
|
||||
#define LTIMING(x) // RTIMING(x)
|
||||
|
||||
static ColorF xpmenuborder[] = {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ struct scImageMaker : LRUCache<Image>::Maker {
|
|||
}
|
||||
virtual int Make(Image& object) const {
|
||||
object = m->Make();
|
||||
DLOG("ImageMaker " << object.GetSerialId() << ", size " << object.GetSize() << ", paintonly: " << paintonly);
|
||||
LLOG("ImageMaker " << object.GetSerialId() << ", size " << object.GetSize() << ", paintonly: " << paintonly);
|
||||
if(paintonly && !IsNull(object))
|
||||
SetPaintOnly__(object);
|
||||
return object.GetLength() + 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue