all repos — fluxbox @ 44a1fce815d23d410c48db4fe0e4bcdec6d74753

custom fork of the fluxbox windowmanager

removed assertion
fluxgen fluxgen
commit

44a1fce815d23d410c48db4fe0e4bcdec6d74753

parent

c7ad3191227fa69d2b3d0e45fa09b0a876368ee7

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M src/Slit.ccsrc/Slit.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Slit.cc,v 1.14 2002/05/29 06:21:59 fluxgen Exp $ +// $Id: Slit.cc,v 1.15 2002/05/29 19:10:04 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -54,7 +54,6 @@

// Utility method for extracting name from window namespace { void getWMName(BScreen *screen, Window window, std::string& name) { - assert(screen); name = ""; if (screen != 0 && window != None) {

@@ -1088,7 +1087,6 @@ initialize(screen, w);

} void Slit::SlitClient::initialize(BScreen *screen, Window w) { - assert(screen); client_window = w; window = icon_window = None; x = y = 0;