]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/AMathMLFactory.hh
* added show/hide cursro methods
[helm.git] / helm / DEVEL / mathml_editor / src / AMathMLFactory.hh
index 5186c63bbdcae4b850ec1ec541e344f45ba90e90..92c1eb4093930e39cb69d7fc256eeebc6e6844f5 100644 (file)
@@ -32,7 +32,6 @@ public:
   AMathMLFactory(class ALogger& l) : logger(l) { };
   virtual ~AMathMLFactory() { };
 
-  virtual void reset(void) = 0;
   virtual void documentModified(class TDocument&) = 0;
   virtual DOM::Document document(void) const = 0;