]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlUrl.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlUrl.h
index de6eebc67a8a885e54d966fe15be6991422c79eb..c32e0abbe45ec06d40ff68f701bc4c4214e9a5a9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
 
 #include "ControlCommand.h"
 
-/** This class provides an XForms implementation of the FormUrl Dialog.
+/** A controller for the Url Dialog.
  */
 class ControlUrl : public ControlCommand 
 {
 public:
        ///
        ControlUrl(LyXView &, Dialogs &);
-
-private:
-       /// not needed.
-       virtual void clearDaughterParams() {}
 };
 
 #endif // CONTROLURL_H