diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Theme.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc index 5e9bc03..224ae6f 100644 --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Theme.cc,v 1.24 2004/01/02 22:55:35 fluxgen Exp $ | 22 | // $Id: Theme.cc,v 1.25 2004/01/12 20:24:06 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Theme.hh" | 24 | #include "Theme.hh" |
25 | 25 | ||
@@ -79,7 +79,6 @@ bool ThemeManager::unregisterTheme(Theme &tm) { | |||
79 | } | 79 | } |
80 | 80 | ||
81 | bool ThemeManager::load(const std::string &filename, int screen_num) { | 81 | bool ThemeManager::load(const std::string &filename, int screen_num) { |
82 | cerr<<"Load Theme: "<<filename<<endl; | ||
83 | std::string location = FbTk::StringUtil::expandFilename(filename); | 82 | std::string location = FbTk::StringUtil::expandFilename(filename); |
84 | std::string prefix = ""; | 83 | std::string prefix = ""; |
85 | 84 | ||