Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 25, 2013
1 parent b346e78 commit 51f9fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doomsday/client/data/defaultstyle.pack/colors.dei
@@ -1,7 +1,7 @@
# Colors for the default UI style

color text { rgb <1.0, 1.0, 1.0> }
color background { rgba <0.0, 0.0, 0.0, 0.5> }
color background { rgba <0.0, 0.0, 0.0, 0.666> }

group editor {
color cursor { rgb <1.0, 0.8, 0.4, 0.7> }
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/include/ui/widgets/styledlogsinkformatter.h
Expand Up @@ -16,8 +16,8 @@
* http://www.gnu.org/licenses</small>
*/

#ifndef STYLEDLOGSINKFORMATTER_H
#define STYLEDLOGSINKFORMATTER_H
#ifndef DENG_CLIENT_STYLEDLOGSINKFORMATTER_H
#define DENG_CLIENT_STYLEDLOGSINKFORMATTER_H

#include <de/LogSink>
#include <de/String>
Expand Down
1 change: 0 additions & 1 deletion doomsday/libgui/src/canvas.cpp
Expand Up @@ -303,7 +303,6 @@ void Canvas::notifyReady()

d->readyNotified = true;

LOG_AS("Canvas");
LOG_DEBUG("Notifying GL ready");

DENG2_FOR_AUDIENCE(GLReady, i) i->canvasGLReady(*this);
Expand Down

0 comments on commit 51f9fdd

Please sign in to comment.