this option was never used; removed it

This commit is contained in:
fgerlits 2007-08-13 10:37:21 +00:00
parent 7462b44644
commit 40d18a195d
2 changed files with 2 additions and 7 deletions

View File

@ -69,11 +69,7 @@ GuiWindow :: GuiWindow (const Glib::ustring & bundleName,
: GuiObject(),
windowOpenerButton(windowOpenerButton)
{
if (bundleName == "") {
setBundle(gLiveSupport->getBundle());
} else {
setBundle(gLiveSupport->getBundle(bundleName));
}
setBundle(gLiveSupport->getBundle(bundleName));
glade = Gnome::Glade::Xml::create(gLiveSupport->getGladeDir() +
gladeFileName);

View File

@ -105,8 +105,7 @@ class GuiWindow : public GuiObject
/**
* Protected constructor.
*
* @param bundleName the name of the sub-bundle for this object;
* can be "" to indicate the outermost bundle.
* @param bundleName the name of the sub-bundle for this object.
* @param gladeFileName the name of the Glade file for this window.
* @param windowOpenerButton the button which was pressed to open
* this window (optional).