all repos — fluxbox @ 0c4d60adc2b9a5885f7dcee4b402e3646d3bbc83

custom fork of the fluxbox windowmanager

removed sstream include
fluxgen fluxgen
commit

0c4d60adc2b9a5885f7dcee4b402e3646d3bbc83

parent

372ffd8bd3f165a8d3a8d210f4a32c81b2d8628c

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

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

@@ -22,7 +22,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: fluxbox.cc,v 1.58 2002/05/17 11:16:26 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.59 2002/05/24 13:25:25 fluxgen Exp $ //Use GNU extensions #ifndef _GNU_SOURCE

@@ -118,7 +118,6 @@ #endif // HAVE_LIBGEN_H

#include <iostream> #include <string> -#include <sstream> #include <memory> using namespace std;

@@ -2421,7 +2420,6 @@ }

void Fluxbox::setFocusedWindow(FluxboxWindow *win) { - BScreen *old_screen = 0, *screen = 0; FluxboxWindow *old_win = 0; Toolbar *old_tbar = 0, *tbar = 0;