diff --git a/src/Theme.cc b/src/Theme.cc index b41c8599..c344c43d 100644 --- a/src/Theme.cc +++ b/src/Theme.cc @@ -21,7 +21,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.cc,v 1.36 2002/11/30 20:14:04 fluxgen Exp $ +// $Id: Theme.cc,v 1.37 2002/11/30 20:58:13 fluxgen Exp $ #include "Theme.hh" @@ -54,7 +54,7 @@ extern void bexec(const char *command, char *displaystring); using namespace std; Theme::Theme(Display *display, Window rootwindow, Colormap colormap, - int screennum, BImageControl *ic, const char *filename, const char *rootcommand): + int screennum, const char *filename, const char *rootcommand): m_display(display), m_colormap(colormap), m_screennum(screennum), diff --git a/src/Theme.hh b/src/Theme.hh index 3cdf5ff7..19c709ea 100644 --- a/src/Theme.hh +++ b/src/Theme.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.19 2002/11/30 20:14:04 fluxgen Exp $ +// $Id: Theme.hh,v 1.20 2002/11/30 20:57:35 fluxgen Exp $ #ifndef THEME_HH #define THEME_HH @@ -37,8 +37,6 @@ #include -class BImageControl; - /** Main theme class, holds themes for Window, toolbar, slit, menu and the rootCommand, for a specific screen. @@ -47,7 +45,7 @@ class Theme { public: Theme(Display *display, Window rootwindow, Colormap colormap, - int screennum, BImageControl *ic, const char *filename, const char *rootcommand); + int screennum, const char *filename, const char *rootcommand); ~Theme();