summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-01 11:41:29 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-16 19:55:41 +0200
commitd3e763f5db20ae615506fbceb4df8d5fa2707413 (patch)
treecb96593aa9d7044695165cdfc76d8805bec75b29
parent0e3e5248522fa3be281d84b0a7b4e540d2847c7a (diff)
downloadmate-calc-d3e763f5db20ae615506fbceb4df8d5fa2707413.tar.bz2
mate-calc-d3e763f5db20ae615506fbceb4df8d5fa2707413.tar.xz
math-display: Remove unused macro
-rw-r--r--src/math-display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math-display.c b/src/math-display.c
index 83c9b86..7a24838 100644
--- a/src/math-display.c
+++ b/src/math-display.c
@@ -36,8 +36,6 @@ struct MathDisplayPrivate
G_DEFINE_TYPE_WITH_PRIVATE (MathDisplay, math_display, GTK_TYPE_VIEWPORT);
-#define GET_WIDGET(ui, name) GTK_WIDGET(gtk_builder_get_object(ui, name))
-
MathDisplay *
math_display_new()
{