diff options
author | Eduardo Gurgel Pinho <eduardo@mad4.(none)> | 2009-02-19 18:56:30 -0300 |
---|---|---|
committer | Eduardo Gurgel Pinho <eduardo@mad4.(none)> | 2009-02-19 18:56:30 -0300 |
commit | c53f1cbd1354a480961ee4f42ff4a3dbbc7d8200 (patch) | |
tree | a954ab39d409b03942e608e48c8054b7a414ddf5 | |
parent | e32de31a8cf9e4cddb0dfbf66d7325f333e18379 (diff) | |
download | put-c53f1cbd1354a480961ee4f42ff4a3dbbc7d8200.tar.gz put-c53f1cbd1354a480961ee4f42ff4a3dbbc7d8200.tar.bz2 |
Removing useless include and debug message
-rw-r--r-- | put.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -20,8 +20,6 @@ #include "put.h" #include <cmath> -#include <cstring> -#include <iostream> #define PUT_ONLY_EMPTY(type) (type >= PutEmptyBottomLeft && type <= PutEmptyTopRight) @@ -1259,7 +1257,6 @@ PutWindow::~PutWindow () { } bool PutPluginVTable::init () { - std::cout << "Plugin loaded" << std::endl; if (!CompPlugin::checkPluginABI ("core", CORE_ABIVERSION)) return false; if (!CompPlugin::checkPluginABI ("composite", COMPIZ_COMPOSITE_ABI)) |