mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
remove pointless extern.
This commit is contained in:
parent
35d5d004c9
commit
cf35a0bb65
1 changed files with 2 additions and 3 deletions
|
@ -81,7 +81,8 @@
|
|||
#define I3_SOCKET_PATH_PROP "I3_SOCKET_PATH"
|
||||
// This setting is no longer user configurable, but partial to this file:
|
||||
int config_i3_mode = 0;
|
||||
extern char *i3_socket_path;
|
||||
// Path to HAVE_I3_IPC_H socket.
|
||||
char *i3_socket_path = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -160,8 +161,6 @@ static inline void tokenize_free ( char **ip )
|
|||
}
|
||||
|
||||
#ifdef HAVE_I3_IPC_H
|
||||
// Path to HAVE_I3_IPC_H socket.
|
||||
char *i3_socket_path = NULL;
|
||||
// Focus window on HAVE_I3_IPC_H window manager.
|
||||
static void focus_window_i3 ( const char *socket_path, int id )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue