]> git.sur5r.net Git - i3/i3/commitdiff
remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jul 2011 11:16:26 +0000 (13:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jul 2011 11:16:26 +0000 (13:16 +0200)
include/xcursor.h

index af70cf1ef44d4afb11f0d769c0cebaf7aaa19059..e129a36fe11a39db36f3378e7b102647d1f2f149 100644 (file)
@@ -13,9 +13,9 @@ enum xcursor_cursor_t {
     XCURSOR_CURSOR_MAX
 };
 
-extern void xcursor_load_cursors();
-extern Cursor xcursor_get_cursor(enum xcursor_cursor_t c);
-extern int xcursor_get_xcb_cursor(enum xcursor_cursor_t c);
+void xcursor_load_cursors();
+Cursor xcursor_get_cursor(enum xcursor_cursor_t c);
+int xcursor_get_xcb_cursor(enum xcursor_cursor_t c);
 
 /**
  * Sets the cursor of the root window to the 'pointer' cursor.