Skip to content

Commit

Permalink
Removed unused TIMELINE_* constants
Browse files Browse the repository at this point in the history
Those were added back in 2008 (6bc681f)
for an API that was never finalized, and finally removed in 2009, see
commit b3c834c.
  • Loading branch information
dregad committed Mar 2, 2024
1 parent 2eeeb42 commit 7b9ee43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/constant_inc.php
Expand Up @@ -594,10 +594,6 @@
define( 'EVENT_TYPE_CHAIN', 3 );
define( 'EVENT_TYPE_FIRST', 4 );

# Timeline types
define( 'TIMELINE_TARGETTED', 1 );
define( 'TIMELINE_FIXED', 2 );

# PHPMailer Methods
define( 'PHPMAILER_METHOD_MAIL', 0 );
define( 'PHPMAILER_METHOD_SENDMAIL', 1 );
Expand Down

0 comments on commit 7b9ee43

Please sign in to comment.