]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / bufferview_funcs.h
index 01895550fbd8333a236443543f1f7ca3c4b5f747..0d27e4650ac9958e7be378c439f3f9f544ed53a5 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
 #ifndef BUFFERVIEW_FUNCS_H
 #define BUFFERVIEW_FUNCS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 class BufferView;
@@ -29,8 +25,6 @@ extern void bold(BufferView *);
 ///
 extern void noun(BufferView *);
 ///
-extern void table();
-///
 extern void lang(BufferView *, string const &);
 ///
 extern void number(BufferView *);
@@ -50,7 +44,7 @@ extern void styleReset(BufferView *);
 extern void underline(BufferView *);
 ///
 extern void fontSize(BufferView *, string const &);
-/// Returns the current font and depth as a message. 
+/// Returns the current font and depth as a message.
 extern string const currentState(BufferView *);
 ///
 extern void toggleAndShow(BufferView *, LyXFont const &,