Am Freitag, 22. September 2006 11:49 schrieb Abdelrazak Younes:
> Abdelrazak Younes wrote:
> >> 2) I just commit and continue my cleanup work. This includes:
> >
> > If there's no objection then I will proceed to 2) at the end of the
day.
>
> Done.
This is another cleanup that is going in now.
Abdel, please take care also of these small things and not only the big
stuff.
Georg
Index: src/frontends/LyXView.h
===================================================================
--- src/frontends/LyXView.h (Revision 15125)
+++ src/frontends/LyXView.h (Arbeitskopie)
@@ -35,7 +35,6 @@ class FuncRequest;
namespace lyx {
namespace frontend {
-class Gui;
class WorkArea;
class ControlCommandBuffer;
} // namespace frontend
Index: src/frontends/Application.C
===================================================================
--- src/frontends/Application.C (Revision 15127)
+++ src/frontends/Application.C (Arbeitskopie)
@@ -29,7 +29,7 @@ namespace lyx {
namespace frontend {
-Application::Application(int & argc, char ** argv)
+Application::Application(int &, char **)
{
}