]> code.delx.au - gnu-emacs/blobdiff - src/emacsgtkfixed.h
Fix an error in Tramp for rsync
[gnu-emacs] / src / emacsgtkfixed.h
index 378bd2b828cdf8b1bb850ce61013ed297e95ea6d..0d09525e02a579f0b97fb9f80bcd03cd26fd8716 100644 (file)
@@ -7,8 +7,8 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -29,9 +29,7 @@ G_BEGIN_DECLS
 
 struct frame;
 
-//typedef struct _EmacsFixed              EmacsFixed;
 typedef struct _EmacsFixedPrivate       EmacsFixedPrivate;
-typedef struct _EmacsFixedClass         EmacsFixedClass;
 
 struct _EmacsFixed
 {
@@ -41,7 +39,6 @@ struct _EmacsFixed
   EmacsFixedPrivate *priv;
 };
 
-
 struct _EmacsFixedClass
 {
   GtkFixedClass parent_class;