]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
Move #includes out of header files.
[lyx.git] / src / vc-backend.h
index a42c30f163d87e3719eb342dfc6cba9d0fd8996b..46dfddb7e30f1bf47043d2b82248b9f971a4a08e 100644 (file)
@@ -1,13 +1,14 @@
 // -*- C++ -*-
 /**
  * \file vc-backend.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
-
 #ifndef VC_BACKEND_H
 #define VC_BACKEND_H
 
@@ -59,9 +60,6 @@ protected:
        /// parse information from the version file
        virtual void scanMaster() = 0;
 
-       /// reload the document
-       void reload();
-
        /**
         * doVCCommand - call out to the version control utility
         * @param cmd the command to execute