remove useless extern dc in spiral
This commit is contained in:
parent
77467394c1
commit
cd4ee038a9
|
@ -26,7 +26,6 @@
|
||||||
#include "spiral.h"
|
#include "spiral.h"
|
||||||
|
|
||||||
extern Client *clients; /* global client list */
|
extern Client *clients; /* global client list */
|
||||||
extern DC dc;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fibonacci(Display *disp, awesome_config *awesomeconf, int shape)
|
fibonacci(Display *disp, awesome_config *awesomeconf, int shape)
|
||||||
|
|
Loading…
Reference in New Issue