Removing checks for efltk and updating README. Squashing few warnings.

This commit is contained in:
Sanel Zukan
2011-10-24 08:15:47 +00:00
parent eed5749909
commit 9d23b51207
4 changed files with 8 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
*
* ede-crasher, a crash handler tool
* Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2008-2009 EDE Authors.
* Copyright (c) 2008-2011 EDE Authors.
*
* This program is licensed under terms of the
* GNU General Public License version 2 or newer.
@@ -13,7 +13,6 @@
#ifndef __GDBOUTPUT_H__
#define __GDBOUTPUT_H__
class edelib::TempFile;
bool gdb_output_generate(const char *path, edelib::TempFile &t);
#endif