summaryrefslogtreecommitdiff
path: root/pluma
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-17 10:47:01 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-18 11:21:08 +0200
commit84994e36bda1f82ecb363502a347ec090b34d3e0 (patch)
treedd65a09d61711fad91ef997d7507f519304056d4 /pluma
parent7ce1a66e8b52e4f6f03a57f08973c750f6bc5ead (diff)
downloadpluma-84994e36bda1f82ecb363502a347ec090b34d3e0.tar.bz2
pluma-84994e36bda1f82ecb363502a347ec090b34d3e0.tar.xz
Remove unused macros
Diffstat (limited to 'pluma')
-rw-r--r--pluma/pluma-encodings-combo-box.c2
-rw-r--r--pluma/pluma-utils.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/pluma/pluma-encodings-combo-box.c b/pluma/pluma-encodings-combo-box.c
index 2deee399..452fd46f 100644
--- a/pluma/pluma-encodings-combo-box.c
+++ b/pluma/pluma-encodings-combo-box.c
@@ -40,8 +40,6 @@
#include <pluma/pluma-prefs-manager.h>
#include <pluma/dialogs/pluma-encodings-dialog.h>
-#define ENCODING_KEY "Enconding"
-
struct _PlumaEncodingsComboBoxPrivate
{
GtkListStore *store;
diff --git a/pluma/pluma-utils.c b/pluma/pluma-utils.c
index 088a1786..9a8c5114 100644
--- a/pluma/pluma-utils.c
+++ b/pluma/pluma-utils.c
@@ -57,8 +57,6 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
-#define STDIN_DELAY_MICROSECONDS 100000
-
/**
* pluma_utils_uris_has_file_scheme
*