From 4c3b6ea0fec1604819bde2356995db14a03d2d57 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 30 Nov 2002 20:58:13 +0000
Subject: not using imagecontrol

---
 src/Theme.cc | 4 ++--
 src/Theme.hh | 6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/Theme.cc b/src/Theme.cc
index b41c859..c344c43 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 3cdf5ff..19c709e 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 <string>
 
-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();	
 	
 	
-- 
cgit v0.11.2