diff options
Diffstat (limited to 'src/math-buttons.c')
-rw-r--r-- | src/math-buttons.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/math-buttons.c b/src/math-buttons.c index 64d929c..f9e74f5 100644 --- a/src/math-buttons.c +++ b/src/math-buttons.c @@ -69,9 +69,6 @@ G_DEFINE_TYPE_WITH_PRIVATE (MathButtons, math_buttons, GTK_TYPE_BOX); #define GET_WIDGET(ui, name) \ GTK_WIDGET(gtk_builder_get_object((ui), (name))) -#define WM_WIDTH_FACTOR 10 -#define WM_HEIGHT_FACTOR 30 - typedef enum { NUMBER, |