Author: alink
Date: Sun Jun 15 03:11:25 2008
New Revision: 27187

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27187&view=rev
Log:
remove an assert to restore compilation
(this code will not stay like this)

Modified:
    trunk/src/construct_dialog.cpp

Modified: trunk/src/construct_dialog.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/construct_dialog.cpp?rev=27187&r1=27186&r2=27187&view=diff
==============================================================================
--- trunk/src/construct_dialog.cpp (original)
+++ trunk/src/construct_dialog.cpp Sun Jun 15 03:11:25 2008
@@ -871,7 +871,6 @@
        selection += header_row_;
 
        const size_t size = index_map_.size();
-       assert(size == filtered_items_.size());
        if (selection >= size)
                return;
        int selection_index = index_map_[selection];


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to