X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fexporter.h;h=12ccebd4da664501533eade75c31bd6140177c64;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=d1f3c8d6fde8251482da46ac177e376ffaa3644a;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/exporter.h b/src/exporter.h index d1f3c8d6fd..12ccebd4da 100644 --- a/src/exporter.h +++ b/src/exporter.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -12,10 +12,6 @@ #ifndef EXPORTER_H #define EXPORTER_H -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "LString.h" @@ -43,11 +39,5 @@ public: std::vector const GetExportableFormats(Buffer const * buffer, bool only_viewable); /// -private: - static - string const BufferFormat(Buffer const * buffer); - /// - static - std::vector const Backends(Buffer const * buffer); }; #endif