diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:42:57 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:42:57 +0100 |
commit | f2fc94f76377e5ccfec9469862f02d5461798c6e (patch) | |
tree | 6fb17e433de5a2d743cedfbc9b1b89e7c4b3e28a /src/application.h | |
parent | Last commit before branching "di brutto".. (diff) | |
download | rekonq-f2fc94f76377e5ccfec9469862f02d5461798c6e.tar.xz |
removed unuseful m_defaultIcon
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 73e800e9..0c29b72b 100644 --- a/src/application.h +++ b/src/application.h @@ -84,7 +84,6 @@ private: static NetworkAccessManager *s_networkAccessManager; MainWindow* m_mainWindow; - mutable KIcon m_defaultIcon; }; #endif // REKONQ_APPLICATION_H |