Skip to content

Commit

Permalink
Revert "prepare for gconf integration~"
Browse files Browse the repository at this point in the history
This reverts commit f98cbf3.
  • Loading branch information
Kerryliu committed Jul 10, 2017
1 parent 6c97967 commit f1c7c3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"/usr/include/cairo",
"/usr/include/freetype2",
"/usr/include/atkmm-1.6",
"/usr/include/gconfmm-2.6",
"/usr/include/glib-2.0",
"/usr/lib/glib-2.0/include"
],
Expand Down Expand Up @@ -80,7 +79,6 @@
"/usr/include/cairo",
"/usr/include/freetype2",
"/usr/include/atkmm-1.6",
"/usr/include/gconfmm-2.6",
"/usr/include/glib-2.0",
"/usr/lib/glib-2.0/include"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=Visor
GTKFLAGS=`pkg-config gtkmm-3.0 cairo --cflags --libs gconfmm-2.6`
GTKFLAGS=`pkg-config gtkmm-3.0 cairo --cflags --libs`
MAGIC=-lstdc++fs
SRC=main.cpp window.cpp device.cpp tree.cpp graph.cpp legend.cpp
CFLAGS=-std=c++14 -g -Wall -o $(NAME)
Expand Down
1 change: 0 additions & 1 deletion src/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "graph.h"
#include "legend.h"
#include "tree.h"
#include <gconfmm.h>
#include <gtkmm.h>
#include <memory>
#include <thread>
Expand Down

0 comments on commit f1c7c3c

Please sign in to comment.